Html Css Color HEX #064324 British Racing Green

📋 copy color: '#064324'

red 6 ◦ green 67 ◦ blue 36

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

Shades of British Racing Green #064324

Tints of British Racing Green #064324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 61.47%

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

R = 5.5%
G = 61.47%
B = 33.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.74

RGB Variations

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

Color information

#064324 (or 0x064324) is known color: British Racing Green. HEX triplet: 06, 43 and 24. RGB value is (6,67,36). Sum of RGB (Red+Green+Blue) = 6+67+36=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #064324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064324 is #F9BCDB. Grayscale: #2D2D2D. Windows color (decimal): -16366812 or 2376454. OLE color: 2376454.

HSL color Cylindrical-coordinate representation of color #064324: hue angle of 149.51º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064324 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 36 -
CMYK 0.91 0 0.46 0.74
HSL 149.51º 0.84% 0.14% -
HSV(B) 149.51º 0.91% 0.26% -
XYZ 2.4 4.18 2.35 -
YUV 45.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 6 67 36 0.91 0 0.46 0.74 149.51 0.84 0.14
Hex 6 43 24 5B 0 2E 4A 96 54 E
Octal 6 103 44 133 0 56 112 226 124 16
Binary 110 1000011 100100 1011011 0 101110 1001010 10010110 1010100 1110

Color Harmonies of #064324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064324

Black with #064324

Text Example


Text Example

White with #064324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064324; }

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

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

background-color css

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

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

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

border-color css

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

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

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