#045B14

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

Shades of Crusoe #045B14

Tints of Crusoe #045B14

Color information

#045B14 (or 0x045B14) is unknown color: approx Crusoe. HEX triplet: 04, 5B and 14. RGB value is (4,91,20). Sum of RGB (Red+Green+Blue) = 4+91+20=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #045B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045B14 is #FBA4EB. Grayscale: #393939. Windows color (decimal): -16491756 or 1334020. OLE color: 1334020.

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

Color convert

RGB49120-
CMYK0.9600.780.64
HSL131.03º91.58%18.63%-
HSV(B)131.03º95.6%35.69%-
XYZ3.927.561.91-
YUV56.89107.1890.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 91 (35.94% from 255) = 79.13%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=3.48%
G=79.13%
B=17.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal491200.9600.780.64131.0391.5818.63
Hex45B146004E40835c13
Octal413324140011610020313423
Binary100101101110100110000001001110100000010000011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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