Html Css Color HEX #064C1C British Racing Green

📋 copy color: '#064C1C'

red 6 ◦ green 76 ◦ blue 28

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

Shades of British Racing Green #064C1C

Tints of British Racing Green #064C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.45%

R = 5.45%
G = 69.09%
B = 25.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.63

 K value IS 0.70

RGB Variations

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

Color information

#064C1C (or 0x064C1C) is known color: British Racing Green. HEX triplet: 06, 4C and 1C. RGB value is (6,76,28). Sum of RGB (Red+Green+Blue) = 6+76+28=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #064C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C1C is #F9B3E3. Grayscale: #313131. Windows color (decimal): -16364516 or 1854470. OLE color: 1854470.

HSL color Cylindrical-coordinate representation of color #064C1C: hue angle of 138.86º 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 #064C1C is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 76 28 -
CMYK 0.92 0 0.63 0.70
HSL 138.86º 0.85% 0.16% -
HSV(B) 138.86º 0.92% 0.3% -
XYZ 2.87 5.29 1.97 -
YUV 49.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 6 76 28 0.92 0 0.63 0.70 138.86 0.85 0.16
Hex 6 4C 1C 5C 0 3F 46 8B 55 10
Octal 6 114 34 134 0 77 106 213 125 20
Binary 110 1001100 11100 1011100 0 111111 1000110 10001011 1010101 10000

Color Harmonies of #064C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C1C

Black with #064C1C

Text Example


Text Example

White with #064C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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