#064226

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

Shades of British Racing Green #064226

Tints of British Racing Green #064226

Color information

#064226 (or 0x064226) is unknown color: approx British Racing Green. HEX triplet: 06, 42 and 26. RGB value is (6,66,38). Sum of RGB (Red+Green+Blue) = 6+66+38=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #064226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064226 is #F9BDD9. Grayscale: #2C2C2C. Windows color (decimal): -16367066 or 2507270. OLE color: 2507270.

HSL color Cylindrical-coordinate representation of color #064226: hue angle of 152º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064226 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB66638-
CMYK0.9100.420.74
HSL152º83.33%14.12%-
HSV(B)152º90.91%25.88%-
XYZ2.374.082.5-
YUV44.87124.12100.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=5.45%
G=60%
B=34.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666380.9100.420.7415283.3314.12
Hex642265B02A4A9853e
Octal61024613305211223012316
Binary11010000101001101011011010101010010101001100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064226; }

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

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

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

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

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

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

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

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