#06412E

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

Shades of British Racing Green #06412E

Tints of British Racing Green #06412E

Color information

#06412E (or 0x06412E) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 2E. RGB value is (6,65,46). Sum of RGB (Red+Green+Blue) = 6+65+46=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #06412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412E is #F9BED1. Grayscale: #2D2D2D. Windows color (decimal): -16367314 or 3031302. OLE color: 3031302.

HSL color Cylindrical-coordinate representation of color #06412E: hue angle of 160.68º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06412E is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB66546-
CMYK0.9100.290.75
HSL160.68º83.1%13.92%-
HSV(B)160.68º90.77%25.49%-
XYZ2.464.023.23-
YUV45.19128.45100.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 46 (18.36% from 255) = 39.32%
R=5.13%
G=55.56%
B=39.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665460.9100.290.75160.6883.113.92
Hex6412E5B01D4Ba153e
Octal61015613303511324112316
Binary1101000001101110101101101110110010111010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06412E; }

 p { color: rgb(6,65,46); }

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

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

 a { background-color: rgb(6,65,46); }

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

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

 span { border-color: rgb(6,65,46); }

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