#045C26

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

Shades of Crusoe #045C26

Tints of Crusoe #045C26

Color information

#045C26 (or 0x045C26) is unknown color: approx Crusoe. HEX triplet: 04, 5C and 26. RGB value is (4,92,38). Sum of RGB (Red+Green+Blue) = 4+92+38=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #045C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C26 is #FBA3D9. Grayscale: #3B3B3B. Windows color (decimal): -16491482 or 2513924. OLE color: 2513924.

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

Color convert

RGB49238-
CMYK0.9600.590.64
HSL143.18º91.67%18.82%-
HSV(B)143.18º95.65%36.08%-
XYZ4.237.823.12-
YUV59.53115.8588.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 92 (36.33% from 255) = 68.66%
BLUE value IS 38 (15.23% from 255) = 28.36%
R=2.99%
G=68.66%
B=28.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492380.9600.590.64143.1891.6718.82
Hex45C266003B408f5c13
Octal41344614007310021713423
Binary100101110010011011000000111011100000010001111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,92,38); }

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

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

 a { background-color: rgb(4,92,38); }

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

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

 span { border-color: rgb(4,92,38); }

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