#065228

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

Shades of British Racing Green #065228

Tints of British Racing Green #065228

Color information

#065228 (or 0x065228) is unknown color: approx British Racing Green. HEX triplet: 06, 52 and 28. RGB value is (6,82,40). Sum of RGB (Red+Green+Blue) = 6+82+40=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #065228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065228 is #F9ADD7. Grayscale: #363636. Windows color (decimal): -16362968 or 2642438. OLE color: 2642438.

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

Color convert

RGB68240-
CMYK0.9300.510.68
HSL146.84º86.36%17.25%-
HSV(B)146.84º92.68%32.16%-
XYZ3.486.233.03-
YUV54.49119.8293.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 82 (32.42% from 255) = 64.06%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=4.69%
G=64.06%
B=31.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682400.9300.510.68146.8486.3617.25
Hex652285D03344935611
Octal61225013506310422312621
Binary110101001010100010111010110011100010010010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065228; }

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

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

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

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

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

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

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

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