Html Css Color HEX #1C5325 Crusoe

📋 copy color: '#1C5325'

red 28 ◦ green 83 ◦ blue 37

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

Shades of Crusoe #1C5325

Tints of Crusoe #1C5325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25%

R = 18.92%
G = 56.08%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#1C5325 (or 0x1C5325) is known color: Crusoe. HEX triplet: 1C, 53 and 25. RGB value is (28,83,37). Sum of RGB (Red+Green+Blue) = 28+83+37=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5325 is #E3ACDA. Grayscale: #3D3D3D. Windows color (decimal): -14920923 or 2446108. OLE color: 2446108.

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

Color convert

RGB 28 83 37 -
CMYK 0.66 0 0.55 0.67
HSL 129.82º 0.5% 0.22% -
HSV(B) 129.82º 0.66% 0.33% -
XYZ 3.91 6.57 2.81 -
YUV 61.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 28 83 37 0.66 0 0.55 0.67 129.82 0.5 0.22
Hex 1C 53 25 42 0 37 43 82 32 16
Octal 34 123 45 102 0 67 103 202 62 26
Binary 11100 1010011 100101 1000010 0 110111 1000011 10000010 110010 10110

Color Harmonies of #1C5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5325

Black with #1C5325

Text Example


Text Example

White with #1C5325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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