#065226

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

Shades of British Racing Green #065226

Tints of British Racing Green #065226

Color information

#065226 (or 0x065226) is unknown color: approx British Racing Green. HEX triplet: 06, 52 and 26. RGB value is (6,82,38). Sum of RGB (Red+Green+Blue) = 6+82+38=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #065226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065226 is #F9ADD9. Grayscale: #363636. Windows color (decimal): -16362970 or 2511366. OLE color: 2511366.

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

Color convert

RGB68238-
CMYK0.9300.540.68
HSL145.26º86.36%17.25%-
HSV(B)145.26º92.68%32.16%-
XYZ3.446.212.85-
YUV54.26118.8293.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 82 (32.42% from 255) = 65.08%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=4.76%
G=65.08%
B=30.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682380.9300.540.68145.2686.3617.25
Hex652265D03644915611
Octal61224613506610422112621
Binary110101001010011010111010110110100010010010001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065226; }

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

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

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

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

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

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

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

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