Html Css Color HEX #064524 British Racing Green

📋 copy color: '#064524'

red 6 ◦ green 69 ◦ blue 36

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

Shades of British Racing Green #064524

Tints of British Racing Green #064524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 62.16%

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

R = 5.41%
G = 62.16%
B = 32.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#064524 (or 0x064524) is known color: British Racing Green. HEX triplet: 06, 45 and 24. RGB value is (6,69,36). Sum of RGB (Red+Green+Blue) = 6+69+36=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #064524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064524 is #F9BADB. Grayscale: #2E2E2E. Windows color (decimal): -16366300 or 2376966. OLE color: 2376966.

HSL color Cylindrical-coordinate representation of color #064524: hue angle of 148.57º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064524 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 36 -
CMYK 0.91 0 0.48 0.73
HSL 148.57º 0.84% 0.15% -
HSV(B) 148.57º 0.91% 0.27% -
XYZ 2.52 4.42 2.39 -
YUV 46.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 6 69 36 0.91 0 0.48 0.73 148.57 0.84 0.15
Hex 6 45 24 5B 0 30 49 95 54 F
Octal 6 105 44 133 0 60 111 225 124 17
Binary 110 1000101 100100 1011011 0 110000 1001001 10010101 1010100 1111

Color Harmonies of #064524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064524

Black with #064524

Text Example


Text Example

White with #064524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064524; }

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

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

background-color css

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

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

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

border-color css

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

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

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