Html Css Color HEX #1C5532 Crusoe

📋 copy color: '#1C5532'

red 28 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #1C5532

Tints of Crusoe #1C5532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 17.18%
G = 52.15%
B = 30.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#1C5532 (or 0x1C5532) is known color: Crusoe. HEX triplet: 1C, 55 and 32. RGB value is (28,85,50). Sum of RGB (Red+Green+Blue) = 28+85+50=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5532 is #E3AACD. Grayscale: #404040. Windows color (decimal): -14920398 or 3298588. OLE color: 3298588.

HSL color Cylindrical-coordinate representation of color #1C5532: hue angle of 143.16º 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 #1C5532 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 85 50 -
CMYK 0.67 0 0.41 0.67
HSL 143.16º 0.5% 0.22% -
HSV(B) 143.16º 0.67% 0.33% -
XYZ 4.3 6.97 4.14 -
YUV 63.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 28 85 50 0.67 0 0.41 0.67 143.16 0.5 0.22
Hex 1C 55 32 43 0 29 43 8F 32 16
Octal 34 125 62 103 0 51 103 217 62 26
Binary 11100 1010101 110010 1000011 0 101001 1000011 10001111 110010 10110

Color Harmonies of #1C5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5532

Black with #1C5532

Text Example


Text Example

White with #1C5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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