Html Css Color HEX #1D5328 Crusoe

📋 copy color: '#1D5328'

red 29 ◦ green 83 ◦ blue 40

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

Shades of Crusoe #1D5328

Tints of Crusoe #1D5328

RGB

 RED value IS 29 (11.72% from 255) = 19.08%

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

 BLUE value IS 40 (16.02% from 255) = 26.32%

R = 19.08%
G = 54.61%
B = 26.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#1D5328 (or 0x1D5328) is known color: Crusoe. HEX triplet: 1D, 53 and 28. RGB value is (29,83,40). Sum of RGB (Red+Green+Blue) = 29+83+40=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5328 is #E2ACD7. Grayscale: #3E3E3E. Windows color (decimal): -14855384 or 2642717. OLE color: 2642717.

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

Color convert

RGB 29 83 40 -
CMYK 0.65 0 0.52 0.67
HSL 132.22º 0.48% 0.22% -
HSV(B) 132.22º 0.65% 0.33% -
XYZ 3.98 6.6 3.07 -
YUV 61.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 29 83 40 0.65 0 0.52 0.67 132.22 0.48 0.22
Hex 1D 53 28 41 0 34 43 84 30 16
Octal 35 123 50 101 0 64 103 204 60 26
Binary 11101 1010011 101000 1000001 0 110100 1000011 10000100 110000 10110

Color Harmonies of #1D5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5328

Black with #1D5328

Text Example


Text Example

White with #1D5328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,83,40); }

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

background-color css

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

 a { background-color: rgb(29,83,40); }

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

border-color css

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

 span { border-color: rgb(29,83,40); }

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