Html Css Color HEX #1C5533 Crusoe

📋 copy color: '#1C5533'

red 28 ◦ green 85 ◦ blue 51

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

Shades of Crusoe #1C5533

Tints of Crusoe #1C5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 17.07%
G = 51.83%
B = 31.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#1C5533 (or 0x1C5533) is known color: Crusoe. HEX triplet: 1C, 55 and 33. RGB value is (28,85,51). Sum of RGB (Red+Green+Blue) = 28+85+51=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5533 is #E3AACC. Grayscale: #404040. Windows color (decimal): -14920397 or 3364124. OLE color: 3364124.

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

Color convert

RGB 28 85 51 -
CMYK 0.67 0 0.40 0.67
HSL 144.21º 0.5% 0.22% -
HSV(B) 144.21º 0.67% 0.33% -
XYZ 4.32 6.98 4.25 -
YUV 64.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 28 85 51 0.67 0 0.40 0.67 144.21 0.5 0.22
Hex 1C 55 33 43 0 28 43 90 32 16
Octal 34 125 63 103 0 50 103 220 62 26
Binary 11100 1010101 110011 1000011 0 101000 1000011 10010000 110010 10110

Color Harmonies of #1C5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5533

Black with #1C5533

Text Example


Text Example

White with #1C5533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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