Html Css Color HEX #1C5531 Crusoe

📋 copy color: '#1C5531'

red 28 ◦ green 85 ◦ blue 49

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

Shades of Crusoe #1C5531

Tints of Crusoe #1C5531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 17.28%
G = 52.47%
B = 30.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#1C5531 (or 0x1C5531) is known color: Crusoe. HEX triplet: 1C, 55 and 31. RGB value is (28,85,49). Sum of RGB (Red+Green+Blue) = 28+85+49=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5531 is #E3AACE. Grayscale: #3F3F3F. Windows color (decimal): -14920399 or 3233052. OLE color: 3233052.

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

Color convert

RGB 28 85 49 -
CMYK 0.67 0 0.42 0.67
HSL 142.11º 0.5% 0.22% -
HSV(B) 142.11º 0.67% 0.33% -
XYZ 4.28 6.97 4.02 -
YUV 63.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 28 85 49 0.67 0 0.42 0.67 142.11 0.5 0.22
Hex 1C 55 31 43 0 2A 43 8E 32 16
Octal 34 125 61 103 0 52 103 216 62 26
Binary 11100 1010101 110001 1000011 0 101010 1000011 10001110 110010 10110

Color Harmonies of #1C5531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5531

Black with #1C5531

Text Example


Text Example

White with #1C5531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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