#045335

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

Shades of British Racing Green #045335

Tints of British Racing Green #045335

Color information

#045335 (or 0x045335) is unknown color: approx British Racing Green. HEX triplet: 04, 53 and 35. RGB value is (4,83,53). Sum of RGB (Red+Green+Blue) = 4+83+53=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #045335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045335 is #FBACCA. Grayscale: #383838. Windows color (decimal): -16493771 or 3494660. OLE color: 3494660.

HSL color Cylindrical-coordinate representation of color #045335: hue angle of 157.22º 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 #045335 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB48353-
CMYK0.9500.360.67
HSL157.22º90.8%17.06%-
HSV(B)157.22º95.18%32.55%-
XYZ3.796.474.42-
YUV55.96126.3390.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=2.86%
G=59.29%
B=37.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483530.9500.360.67157.2290.817.06
Hex453355F024439d5b11
Octal41236513704410323513321
Binary100101001111010110111110100100100001110011101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045335; }

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

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

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

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

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

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

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

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