#1C5025

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

Shades of Crusoe #1C5025

Tints of Crusoe #1C5025

Color information

#1C5025 (or 0x1C5025) is unknown color: approx Crusoe. HEX triplet: 1C, 50 and 25. RGB value is (28,80,37). Sum of RGB (Red+Green+Blue) = 28+80+37=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5025 is #E3AFDA. Grayscale: #3B3B3B. Windows color (decimal): -14921691 or 2445340. OLE color: 2445340.

HSL color Cylindrical-coordinate representation of color #1C5025: hue angle of 130.38º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5025 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB288037-
CMYK0.6500.540.69
HSL130.38º48.15%21.18%-
HSV(B)130.38º65%31.37%-
XYZ3.686.122.74-
YUV59.55115.27105.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.31%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=19.31%
G=55.17%
B=25.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2880370.6500.540.69130.3848.1521.18
Hex1C50254103645823015
Octal34120451010661052026025
Binary1110010100001001011000001011011010001011000001011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5025; }

 p { color: rgb(28,80,37); }

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

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

 a { background-color: rgb(28,80,37); }

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

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

 span { border-color: rgb(28,80,37); }

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