Html Css Color HEX #1C5524 Crusoe

📋 copy color: '#1C5524'

red 28 ◦ green 85 ◦ blue 36

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

Shades of Crusoe #1C5524

Tints of Crusoe #1C5524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.05%

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 18.79%
G = 57.05%
B = 24.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#1C5524 (or 0x1C5524) is known color: Crusoe. HEX triplet: 1C, 55 and 24. RGB value is (28,85,36). Sum of RGB (Red+Green+Blue) = 28+85+36=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5524 is #E3AADB. Grayscale: #3E3E3E. Windows color (decimal): -14920412 or 2381084. OLE color: 2381084.

HSL color Cylindrical-coordinate representation of color #1C5524: hue angle of 128.42º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5524 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 85 36 -
CMYK 0.67 0 0.58 0.67
HSL 128.42º 0.5% 0.22% -
HSV(B) 128.42º 0.67% 0.33% -
XYZ 4.05 6.87 2.78 -
YUV 62.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 28 85 36 0.67 0 0.58 0.67 128.42 0.5 0.22
Hex 1C 55 24 43 0 3A 43 80 32 16
Octal 34 125 44 103 0 72 103 200 62 26
Binary 11100 1010101 100100 1000011 0 111010 1000011 10000000 110010 10110

Color Harmonies of #1C5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5524

Black with #1C5524

Text Example


Text Example

White with #1C5524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,85,36); }

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

background-color css

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

 a { background-color: rgb(28,85,36); }

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

border-color css

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

 span { border-color: rgb(28,85,36); }

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