#06412C

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

Shades of British Racing Green #06412C

Tints of British Racing Green #06412C

Color information

#06412C (or 0x06412C) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 2C. RGB value is (6,65,44). Sum of RGB (Red+Green+Blue) = 6+65+44=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #06412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412C is #F9BED3. Grayscale: #2C2C2C. Windows color (decimal): -16367316 or 2900230. OLE color: 2900230.

HSL color Cylindrical-coordinate representation of color #06412C: hue angle of 158.64º 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 #06412C is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB66544-
CMYK0.9100.320.75
HSL158.64º83.1%13.92%-
HSV(B)158.64º90.77%25.49%-
XYZ2.4243.03-
YUV44.96127.45100.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=5.22%
G=56.52%
B=38.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665440.9100.320.75158.6483.113.92
Hex6412C5B0204B9f53e
Octal61015413304011323712316
Binary11010000011011001011011010000010010111001111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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