#045B0D

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

Shades of Green #045B0D

Tints of Green #045B0D

Color information

#045B0D (or 0x045B0D) is unknown color: approx Green. HEX triplet: 04, 5B and 0D. RGB value is (4,91,13). Sum of RGB (Red+Green+Blue) = 4+91+13=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 91 (35.94% from 255 or 84.26% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 91 - color contains mainly: green. Hex color #045B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045B0D is #FBA4F2. Grayscale: #383838. Windows color (decimal): -16491763 or 875268. OLE color: 875268.

HSL color Cylindrical-coordinate representation of color #045B0D: hue angle of 126.21º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045B0D is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB49113-
CMYK0.9600.860.64
HSL126.21º91.58%18.63%-
HSV(B)126.21º95.6%35.69%-
XYZ3.867.541.63-
YUV56.09103.6890.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 91 (35.94% from 255) = 84.26%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=3.70%
G=84.26%
B=12.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal491130.9600.860.64126.2191.5818.63
Hex45BD60056407e5c13
Octal413315140012610017613423
Binary1001011011110111000000101011010000001111110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045B0D; }

 p { color: rgb(4,91,13); }

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

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

 a { background-color: rgb(4,91,13); }

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

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

 span { border-color: rgb(4,91,13); }

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