#065227

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

Shades of British Racing Green #065227

Tints of British Racing Green #065227

Color information

#065227 (or 0x065227) is unknown color: approx British Racing Green. HEX triplet: 06, 52 and 27. RGB value is (6,82,39). Sum of RGB (Red+Green+Blue) = 6+82+39=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #065227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065227 is #F9ADD8. Grayscale: #363636. Windows color (decimal): -16362969 or 2576902. OLE color: 2576902.

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

Color convert

RGB68239-
CMYK0.9300.520.68
HSL146.05º86.36%17.25%-
HSV(B)146.05º92.68%32.16%-
XYZ3.466.222.94-
YUV54.37119.3293.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 82 (32.42% from 255) = 64.57%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=4.72%
G=64.57%
B=30.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682390.9300.520.68146.0586.3617.25
Hex652275D03444925611
Octal61224713506410422212621
Binary110101001010011110111010110100100010010010010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065227; }

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

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

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

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

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

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

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

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