Html Css Color HEX #064024 British Racing Green

📋 copy color: '#064024'

red 6 ◦ green 64 ◦ blue 36

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

Shades of British Racing Green #064024

Tints of British Racing Green #064024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 33.96%

R = 5.66%
G = 60.38%
B = 33.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#064024 (or 0x064024) is known color: British Racing Green. HEX triplet: 06, 40 and 24. RGB value is (6,64,36). Sum of RGB (Red+Green+Blue) = 6+64+36=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #064024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064024 is #F9BFDB. Grayscale: #2B2B2B. Windows color (decimal): -16367580 or 2375686. OLE color: 2375686.

HSL color Cylindrical-coordinate representation of color #064024: hue angle of 151.03º 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 #064024 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 36 -
CMYK 0.91 0 0.44 0.75
HSL 151.03º 0.83% 0.14% -
HSV(B) 151.03º 0.91% 0.25% -
XYZ 2.23 3.83 2.29 -
YUV 43.47 123.78 101.28 -
System Red Green Blue C M Y K H S L
Decimal 6 64 36 0.91 0 0.44 0.75 151.03 0.83 0.14
Hex 6 40 24 5B 0 2C 4B 97 53 E
Octal 6 100 44 133 0 54 113 227 123 16
Binary 110 1000000 100100 1011011 0 101100 1001011 10010111 1010011 1110

Color Harmonies of #064024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064024

Black with #064024

Text Example


Text Example

White with #064024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064024; }

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

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

background-color css

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

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

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

border-color css

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

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

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