Html Css Color HEX #1C5A25 Crusoe

📋 copy color: '#1C5A25'

red 28 ◦ green 90 ◦ blue 37

#1C5A25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #1C5A25

Tints of Crusoe #1C5A25

RGB

 RED value IS 28 (11.33% from 255) = 18.06%

 GREEN value IS 90 (35.55% from 255) = 58.06%

 BLUE value IS 37 (14.84% from 255) = 23.87%

R = 18.06%
G = 58.06%
B = 23.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#1C5A25 (or 0x1C5A25) is known color: Crusoe. HEX triplet: 1C, 5A and 25. RGB value is (28,90,37). Sum of RGB (Red+Green+Blue) = 28+90+37=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A25 is #E3A5DA. Grayscale: #414141. Windows color (decimal): -14919131 or 2447900. OLE color: 2447900.

HSL color Cylindrical-coordinate representation of color #1C5A25: hue angle of 128.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5A25 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 90 37 -
CMYK 0.69 0 0.59 0.65
HSL 128.71º 0.53% 0.23% -
HSV(B) 128.71º 0.69% 0.35% -
XYZ 4.47 7.69 3 -
YUV 65.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 28 90 37 0.69 0 0.59 0.65 128.71 0.53 0.23
Hex 1C 5A 25 45 0 3B 41 81 35 17
Octal 34 132 45 105 0 73 101 201 65 27
Binary 11100 1011010 100101 1000101 0 111011 1000001 10000001 110101 10111

Color Harmonies of #1C5A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5A25

Black with #1C5A25

Text Example


Text Example

White with #1C5A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C5A25;
 }
 .AnyTagClassName
 {
   color: #1C5A25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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