Html Css Color HEX #064023 British Racing Green

📋 copy color: '#064023'

red 6 ◦ green 64 ◦ blue 35

#064023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064023

Tints of British Racing Green #064023

RGB

 RED value IS 6 (2.73% from 255) = 5.71%

 GREEN value IS 64 (25.39% from 255) = 60.95%

 BLUE value IS 35 (14.06% from 255) = 33.33%

R = 5.71%
G = 60.95%
B = 33.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#064023 (or 0x064023) is known color: British Racing Green. HEX triplet: 06, 40 and 23. RGB value is (6,64,35). Sum of RGB (Red+Green+Blue) = 6+64+35=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #064023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064023 is #F9BFDC. Grayscale: #2B2B2B. Windows color (decimal): -16367581 or 2310150. OLE color: 2310150.

HSL color Cylindrical-coordinate representation of color #064023: hue angle of 150º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064023 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 35 -
CMYK 0.91 0 0.45 0.75
HSL 150º 0.83% 0.14% -
HSV(B) 150º 0.91% 0.25% -
XYZ 2.21 3.83 2.21 -
YUV 43.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 6 64 35 0.91 0 0.45 0.75 150 0.83 0.14
Hex 6 40 23 5B 0 2D 4B 96 53 E
Octal 6 100 43 133 0 55 113 226 123 16
Binary 110 1000000 100011 1011011 0 101101 1001011 10010110 1010011 1110

Color Harmonies of #064023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064023

Black with #064023

Text Example


Text Example

White with #064023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064023; }

 p { color: rgb(6,64,35); }

 H1.HeaderClassName
 {
   color: #064023;
 }
 .AnyTagClassName
 {
   color: #064023;
 }
</style>

background-color css

<style>
 a { background-color: #064023; }

 a { background-color: rgb(6,64,35); }

 div.DivClassName
 {
   background-color: #064023;
 }
 .BgClassName
 {
   background-color: #064023;
 }
</style>

border-color css

<style>
 span { border-color: #064023; }

 span { border-color: rgb(6,64,35); }

 td.TdClassName
 {
   border-color: #064023;
 }
 .TagClassName
 {
   border-color: #064023;
 }
</style>