Html Css Color HEX #064C19 British Racing Green

📋 copy color: '#064C19'

red 6 ◦ green 76 ◦ blue 25

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

Shades of British Racing Green #064C19

Tints of British Racing Green #064C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 71.03%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 5.61%
G = 71.03%
B = 23.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#064C19 (or 0x064C19) is known color: British Racing Green. HEX triplet: 06, 4C and 19. RGB value is (6,76,25). Sum of RGB (Red+Green+Blue) = 6+76+25=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #064C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C19 is #F9B3E6. Grayscale: #313131. Windows color (decimal): -16364519 or 1657862. OLE color: 1657862.

HSL color Cylindrical-coordinate representation of color #064C19: hue angle of 136.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C19 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 76 25 -
CMYK 0.92 0 0.67 0.70
HSL 136.29º 0.85% 0.16% -
HSV(B) 136.29º 0.92% 0.3% -
XYZ 2.84 5.28 1.79 -
YUV 49.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 6 76 25 0.92 0 0.67 0.70 136.29 0.85 0.16
Hex 6 4C 19 5C 0 43 46 88 55 10
Octal 6 114 31 134 0 103 106 210 125 20
Binary 110 1001100 11001 1011100 0 1000011 1000110 10001000 1010101 10000

Color Harmonies of #064C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C19

Black with #064C19

Text Example


Text Example

White with #064C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064C19; }

 p { color: rgb(6,76,25); }

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

background-color css

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

 a { background-color: rgb(6,76,25); }

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

border-color css

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

 span { border-color: rgb(6,76,25); }

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