Html Css Color HEX #064424 British Racing Green

📋 copy color: '#064424'

red 6 ◦ green 68 ◦ blue 36

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

Shades of British Racing Green #064424

Tints of British Racing Green #064424

RGB

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

 GREEN value IS 68 (26.95% from 255) = 61.82%

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

R = 5.45%
G = 61.82%
B = 32.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#064424 (or 0x064424) is known color: British Racing Green. HEX triplet: 06, 44 and 24. RGB value is (6,68,36). Sum of RGB (Red+Green+Blue) = 6+68+36=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #064424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064424 is #F9BBDB. Grayscale: #2D2D2D. Windows color (decimal): -16366556 or 2376710. OLE color: 2376710.

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

Color convert

RGB 6 68 36 -
CMYK 0.91 0 0.47 0.73
HSL 149.03º 0.84% 0.15% -
HSV(B) 149.03º 0.91% 0.27% -
XYZ 2.46 4.3 2.37 -
YUV 45.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 6 68 36 0.91 0 0.47 0.73 149.03 0.84 0.15
Hex 6 44 24 5B 0 2F 49 95 54 F
Octal 6 104 44 133 0 57 111 225 124 17
Binary 110 1000100 100100 1011011 0 101111 1001001 10010101 1010100 1111

Color Harmonies of #064424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064424

Black with #064424

Text Example


Text Example

White with #064424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064424; }

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

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

background-color css

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

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

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

border-color css

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

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

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