Html Css Color HEX #1C5326 Crusoe

📋 copy color: '#1C5326'

red 28 ◦ green 83 ◦ blue 38

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

Shades of Crusoe #1C5326

Tints of Crusoe #1C5326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 18.79%
G = 55.7%
B = 25.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#1C5326 (or 0x1C5326) is known color: Crusoe. HEX triplet: 1C, 53 and 26. RGB value is (28,83,38). Sum of RGB (Red+Green+Blue) = 28+83+38=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5326 is #E3ACD9. Grayscale: #3D3D3D. Windows color (decimal): -14920922 or 2511644. OLE color: 2511644.

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

Color convert

RGB 28 83 38 -
CMYK 0.66 0 0.54 0.67
HSL 130.91º 0.5% 0.22% -
HSV(B) 130.91º 0.66% 0.33% -
XYZ 3.92 6.57 2.9 -
YUV 61.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 28 83 38 0.66 0 0.54 0.67 130.91 0.5 0.22
Hex 1C 53 26 42 0 36 43 83 32 16
Octal 34 123 46 102 0 66 103 203 62 26
Binary 11100 1010011 100110 1000010 0 110110 1000011 10000011 110010 10110

Color Harmonies of #1C5326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5326

Black with #1C5326

Text Example


Text Example

White with #1C5326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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