Html Css Color HEX #065224 British Racing Green

📋 copy color: '#065224'

red 6 ◦ green 82 ◦ blue 36

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

Shades of British Racing Green #065224

Tints of British Racing Green #065224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 66.13%

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

R = 4.84%
G = 66.13%
B = 29.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#065224 (or 0x065224) is known color: British Racing Green. HEX triplet: 06, 52 and 24. RGB value is (6,82,36). Sum of RGB (Red+Green+Blue) = 6+82+36=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #065224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065224 is #F9ADDB. Grayscale: #363636. Windows color (decimal): -16362972 or 2380294. OLE color: 2380294.

HSL color Cylindrical-coordinate representation of color #065224: hue angle of 143.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065224 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 36 -
CMYK 0.93 0 0.56 0.68
HSL 143.68º 0.86% 0.17% -
HSV(B) 143.68º 0.93% 0.32% -
XYZ 3.41 6.2 2.69 -
YUV 54.03 117.82 93.74 -
System Red Green Blue C M Y K H S L
Decimal 6 82 36 0.93 0 0.56 0.68 143.68 0.86 0.17
Hex 6 52 24 5D 0 38 44 90 56 11
Octal 6 122 44 135 0 70 104 220 126 21
Binary 110 1010010 100100 1011101 0 111000 1000100 10010000 1010110 10001

Color Harmonies of #065224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065224

Black with #065224

Text Example


Text Example

White with #065224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065224; }

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

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

background-color css

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

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

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

border-color css

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

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

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