#045336

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

Shades of British Racing Green #045336

Tints of British Racing Green #045336

Color information

#045336 (or 0x045336) is unknown color: approx British Racing Green. HEX triplet: 04, 53 and 36. RGB value is (4,83,54). Sum of RGB (Red+Green+Blue) = 4+83+54=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #045336 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045336 is #FBACC9. Grayscale: #383838. Windows color (decimal): -16493770 or 3560196. OLE color: 3560196.

HSL color Cylindrical-coordinate representation of color #045336: hue angle of 157.97º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045336 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB48354-
CMYK0.9500.350.67
HSL157.97º90.8%17.06%-
HSV(B)157.97º95.18%32.55%-
XYZ3.816.484.54-
YUV56.07126.8390.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 83 (32.81% from 255) = 58.87%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=2.84%
G=58.87%
B=38.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483540.9500.350.67157.9790.817.06
Hex453365F023439e5b11
Octal41236613704310323613321
Binary100101001111011010111110100011100001110011110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045336; }

 p { color: rgb(4,83,54); }

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

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

 a { background-color: rgb(4,83,54); }

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

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

 span { border-color: rgb(4,83,54); }

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