Html Css Color HEX #1C5935 Crusoe

📋 copy color: '#1C5935'

red 28 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #1C5935

Tints of Crusoe #1C5935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.35%

 BLUE value IS 53 (21.09% from 255) = 31.18%

R = 16.47%
G = 52.35%
B = 31.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#1C5935 (or 0x1C5935) is known color: Crusoe. HEX triplet: 1C, 59 and 35. RGB value is (28,89,53). Sum of RGB (Red+Green+Blue) = 28+89+53=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #1C5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5935 is #E3A6CA. Grayscale: #424242. Windows color (decimal): -14919371 or 3496220. OLE color: 3496220.

HSL color Cylindrical-coordinate representation of color #1C5935: hue angle of 144.59º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5935 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 89 53 -
CMYK 0.69 0 0.40 0.65
HSL 144.59º 0.52% 0.23% -
HSV(B) 144.59º 0.69% 0.35% -
XYZ 4.69 7.65 4.6 -
YUV 66.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 28 89 53 0.69 0 0.40 0.65 144.59 0.52 0.23
Hex 1C 59 35 45 0 28 41 91 34 17
Octal 34 131 65 105 0 50 101 221 64 27
Binary 11100 1011001 110101 1000101 0 101000 1000001 10010001 110100 10111

Color Harmonies of #1C5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5935

Black with #1C5935

Text Example


Text Example

White with #1C5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,89,53); }

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

background-color css

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

 a { background-color: rgb(28,89,53); }

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

border-color css

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

 span { border-color: rgb(28,89,53); }

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