#05432E

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

Shades of British Racing Green #05432E

Tints of British Racing Green #05432E

Color information

#05432E (or 0x05432E) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 2E. RGB value is (5,67,46). Sum of RGB (Red+Green+Blue) = 5+67+46=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #05432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05432E is #FABCD1. Grayscale: #2E2E2E. Windows color (decimal): -16432338 or 3031813. OLE color: 3031813.

HSL color Cylindrical-coordinate representation of color #05432E: hue angle of 159.68º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05432E is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB56746-
CMYK0.9300.310.74
HSL159.68º86.11%14.12%-
HSV(B)159.68º92.54%26.27%-
XYZ2.564.243.27-
YUV46.07127.9698.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 46 (18.36% from 255) = 38.98%
R=4.24%
G=56.78%
B=38.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567460.9300.310.74159.6886.1114.12
Hex5432E5D01F4Aa056e
Octal51035613503711224012616
Binary1011000011101110101110101111110010101010000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,67,46); }

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

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

 a { background-color: rgb(5,67,46); }

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

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

 span { border-color: rgb(5,67,46); }

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