Html Css Color HEX #064D1A British Racing Green

📋 copy color: '#064D1A'

red 6 ◦ green 77 ◦ blue 26

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

Shades of British Racing Green #064D1A

Tints of British Racing Green #064D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 70.64%

 BLUE value IS 26 (10.55% from 255) = 23.85%

R = 5.5%
G = 70.64%
B = 23.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#064D1A (or 0x064D1A) is known color: British Racing Green. HEX triplet: 06, 4D and 1A. RGB value is (6,77,26). Sum of RGB (Red+Green+Blue) = 6+77+26=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #064D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D1A is #F9B2E5. Grayscale: #323232. Windows color (decimal): -16364262 or 1723654. OLE color: 1723654.

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

Color convert

RGB 6 77 26 -
CMYK 0.92 0 0.66 0.70
HSL 136.9º 0.86% 0.16% -
HSV(B) 136.9º 0.92% 0.3% -
XYZ 2.92 5.42 1.87 -
YUV 49.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 6 77 26 0.92 0 0.66 0.70 136.9 0.86 0.16
Hex 6 4D 1A 5C 0 42 46 89 56 10
Octal 6 115 32 134 0 102 106 211 126 20
Binary 110 1001101 11010 1011100 0 1000010 1000110 10001001 1010110 10000

Color Harmonies of #064D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D1A

Black with #064D1A

Text Example


Text Example

White with #064D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,77,26); }

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

background-color css

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

 a { background-color: rgb(6,77,26); }

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

border-color css

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

 span { border-color: rgb(6,77,26); }

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