Html Css Color HEX #1D5B37 Crusoe

📋 copy color: '#1D5B37'

red 29 ◦ green 91 ◦ blue 55

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

Shades of Crusoe #1D5B37

Tints of Crusoe #1D5B37

RGB

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

 GREEN value IS 91 (35.94% from 255) = 52%

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 16.57%
G = 52%
B = 31.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#1D5B37 (or 0x1D5B37) is known color: Crusoe. HEX triplet: 1D, 5B and 37. RGB value is (29,91,55). Sum of RGB (Red+Green+Blue) = 29+91+55=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #1D5B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5B37 is #E2A4C8. Grayscale: #444444. Windows color (decimal): -14853321 or 3627805. OLE color: 3627805.

HSL color Cylindrical-coordinate representation of color #1D5B37: hue angle of 145.16º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5B37 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 29 91 55 -
CMYK 0.68 0 0.40 0.64
HSL 145.16º 0.52% 0.24% -
HSV(B) 145.16º 0.68% 0.36% -
XYZ 4.94 8.02 4.9 -
YUV 68.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 29 91 55 0.68 0 0.40 0.64 145.16 0.52 0.24
Hex 1D 5B 37 44 0 28 40 91 34 18
Octal 35 133 67 104 0 50 100 221 64 30
Binary 11101 1011011 110111 1000100 0 101000 1000000 10010001 110100 11000

Color Harmonies of #1D5B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5B37

Black with #1D5B37

Text Example


Text Example

White with #1D5B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,91,55); }

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

background-color css

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

 a { background-color: rgb(29,91,55); }

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

border-color css

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

 span { border-color: rgb(29,91,55); }

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