Html Css Color HEX #1C5329 Crusoe

📋 copy color: '#1C5329'

red 28 ◦ green 83 ◦ blue 41

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

Shades of Crusoe #1C5329

Tints of Crusoe #1C5329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.61%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 18.42%
G = 54.61%
B = 26.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#1C5329 (or 0x1C5329) is known color: Crusoe. HEX triplet: 1C, 53 and 29. RGB value is (28,83,41). Sum of RGB (Red+Green+Blue) = 28+83+41=152 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.42% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5329 is #E3ACD6. Grayscale: #3D3D3D. Windows color (decimal): -14920919 or 2708252. OLE color: 2708252.

HSL color Cylindrical-coordinate representation of color #1C5329: hue angle of 134.18º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5329 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 83 41 -
CMYK 0.66 0 0.51 0.67
HSL 134.18º 0.5% 0.22% -
HSV(B) 134.18º 0.66% 0.33% -
XYZ 3.97 6.59 3.16 -
YUV 61.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 28 83 41 0.66 0 0.51 0.67 134.18 0.5 0.22
Hex 1C 53 29 42 0 33 43 86 32 16
Octal 34 123 51 102 0 63 103 206 62 26
Binary 11100 1010011 101001 1000010 0 110011 1000011 10000110 110010 10110

Color Harmonies of #1C5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5329

Black with #1C5329

Text Example


Text Example

White with #1C5329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,83,41); }

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

background-color css

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

 a { background-color: rgb(28,83,41); }

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

border-color css

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

 span { border-color: rgb(28,83,41); }

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