#065232

Color #065232 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #065232

Tints of British Racing Green #065232

Color information

#065232 (or 0x065232) is unknown color: approx British Racing Green. HEX triplet: 06, 52 and 32. RGB value is (6,82,50). Sum of RGB (Red+Green+Blue) = 6+82+50=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #065232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065232 is #F9ADCD. Grayscale: #373737. Windows color (decimal): -16362958 or 3297798. OLE color: 3297798.

HSL color Cylindrical-coordinate representation of color #065232: hue angle of 154.74º 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 #065232 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB68250-
CMYK0.9300.390.68
HSL154.74º86.36%17.25%-
HSV(B)154.74º92.68%32.16%-
XYZ3.676.34.04-
YUV55.63124.8292.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=4.35%
G=59.42%
B=36.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682500.9300.390.68154.7486.3617.25
Hex652325D027449b5611
Octal61226213504710423312621
Binary110101001011001010111010100111100010010011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065232; }

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

 H1.HeaderClassName
 {
   color: #065232;
 }
 .AnyTagClassName
 {
   color: #065232;
 }
</style>
background-color css

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

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

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

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

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

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