Html Css Color HEX #064B24 British Racing Green

📋 copy color: '#064B24'

red 6 ◦ green 75 ◦ blue 36

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

Shades of British Racing Green #064B24

Tints of British Racing Green #064B24

RGB

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

 GREEN value IS 75 (29.69% from 255) = 64.1%

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

R = 5.13%
G = 64.1%
B = 30.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#064B24 (or 0x064B24) is known color: British Racing Green. HEX triplet: 06, 4B and 24. RGB value is (6,75,36). Sum of RGB (Red+Green+Blue) = 6+75+36=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 75 (29.69% from 255 or 64.10% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 75 - color contains mainly: green. Hex color #064B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B24 is #F9B4DB. Grayscale: #323232. Windows color (decimal): -16364764 or 2378502. OLE color: 2378502.

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

Color convert

RGB 6 75 36 -
CMYK 0.92 0 0.52 0.71
HSL 146.09º 0.85% 0.16% -
HSV(B) 146.09º 0.92% 0.29% -
XYZ 2.91 5.2 2.52 -
YUV 49.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 6 75 36 0.92 0 0.52 0.71 146.09 0.85 0.16
Hex 6 4B 24 5C 0 34 47 92 55 10
Octal 6 113 44 134 0 64 107 222 125 20
Binary 110 1001011 100100 1011100 0 110100 1000111 10010010 1010101 10000

Color Harmonies of #064B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B24

Black with #064B24

Text Example


Text Example

White with #064B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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