#06432B

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

Shades of British Racing Green #06432B

Tints of British Racing Green #06432B

Color information

#06432B (or 0x06432B) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 2B. RGB value is (6,67,43). Sum of RGB (Red+Green+Blue) = 6+67+43=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #06432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06432B is #F9BCD4. Grayscale: #2E2E2E. Windows color (decimal): -16366805 or 2835206. OLE color: 2835206.

HSL color Cylindrical-coordinate representation of color #06432B: hue angle of 156.39º degrees, saturation: 0.84, 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 #06432B is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB66743-
CMYK0.9100.360.74
HSL156.39º83.56%14.31%-
HSV(B)156.39º91.04%26.27%-
XYZ2.524.232.97-
YUV46.02126.2999.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 67 (26.56% from 255) = 57.76%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=5.17%
G=57.76%
B=37.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667430.9100.360.74156.3983.5614.31
Hex6432B5B0244A9c54e
Octal61035313304411223412416
Binary11010000111010111011011010010010010101001110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06432B; }

 p { color: rgb(6,67,43); }

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

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

 a { background-color: rgb(6,67,43); }

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

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

 span { border-color: rgb(6,67,43); }

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