Html Css Color HEX #1C552C Crusoe

📋 copy color: '#1C552C'

red 28 ◦ green 85 ◦ blue 44

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

Shades of Crusoe #1C552C

Tints of Crusoe #1C552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.03%

R = 17.83%
G = 54.14%
B = 28.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#1C552C (or 0x1C552C) is known color: Crusoe. HEX triplet: 1C, 55 and 2C. RGB value is (28,85,44). Sum of RGB (Red+Green+Blue) = 28+85+44=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #1C552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C552C is #E3AAD3. Grayscale: #3F3F3F. Windows color (decimal): -14920404 or 2905372. OLE color: 2905372.

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

Color convert

RGB 28 85 44 -
CMYK 0.67 0 0.48 0.67
HSL 136.84º 0.5% 0.22% -
HSV(B) 136.84º 0.67% 0.33% -
XYZ 4.18 6.93 3.5 -
YUV 63.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 28 85 44 0.67 0 0.48 0.67 136.84 0.5 0.22
Hex 1C 55 2C 43 0 30 43 89 32 16
Octal 34 125 54 103 0 60 103 211 62 26
Binary 11100 1010101 101100 1000011 0 110000 1000011 10001001 110010 10110

Color Harmonies of #1C552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C552C

Black with #1C552C

Text Example


Text Example

White with #1C552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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