#045D0B

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

Shades of Green #045D0B

Tints of Green #045D0B

Color information

#045D0B (or 0x045D0B) is unknown color: approx Green. HEX triplet: 04, 5D and 0B. RGB value is (4,93,11). Sum of RGB (Red+Green+Blue) = 4+93+11=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 93 (36.72% from 255 or 86.11% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 93 - color contains mainly: green. Hex color #045D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045D0B is #FBA2F4. Grayscale: #393939. Windows color (decimal): -16491253 or 744708. OLE color: 744708.

HSL color Cylindrical-coordinate representation of color #045D0B: hue angle of 124.72º 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 #045D0B is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB49311-
CMYK0.9600.880.64
HSL124.72º91.75%19.02%-
HSV(B)124.72º95.7%36.47%-
XYZ4.027.881.63-
YUV57.04102.0190.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 93 (36.72% from 255) = 86.11%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=3.70%
G=86.11%
B=10.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal493110.9600.880.64124.7291.7519.02
Hex45DB60058407d5c13
Octal413513140013010017513423
Binary1001011101101111000000101100010000001111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,93,11); }

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

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

 a { background-color: rgb(4,93,11); }

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

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

 span { border-color: rgb(4,93,11); }

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