Html Css Color HEX #065024 British Racing Green

📋 copy color: '#065024'

red 6 ◦ green 80 ◦ blue 36

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

Shades of British Racing Green #065024

Tints of British Racing Green #065024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.57%

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

R = 4.92%
G = 65.57%
B = 29.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#065024 (or 0x065024) is known color: British Racing Green. HEX triplet: 06, 50 and 24. RGB value is (6,80,36). Sum of RGB (Red+Green+Blue) = 6+80+36=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #065024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065024 is #F9AFDB. Grayscale: #343434. Windows color (decimal): -16363484 or 2379782. OLE color: 2379782.

HSL color Cylindrical-coordinate representation of color #065024: hue angle of 144.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065024 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 36 -
CMYK 0.92 0 0.55 0.69
HSL 144.32º 0.86% 0.17% -
HSV(B) 144.32º 0.93% 0.31% -
XYZ 3.26 5.9 2.64 -
YUV 52.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 6 80 36 0.92 0 0.55 0.69 144.32 0.86 0.17
Hex 6 50 24 5C 0 37 45 90 56 11
Octal 6 120 44 134 0 67 105 220 126 21
Binary 110 1010000 100100 1011100 0 110111 1000101 10010000 1010110 10001

Color Harmonies of #065024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065024

Black with #065024

Text Example


Text Example

White with #065024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065024; }

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

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

background-color css

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

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

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

border-color css

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

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

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