Html Css Color HEX #1B5935 Crusoe

📋 copy color: '#1B5935'

red 27 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #1B5935

Tints of Crusoe #1B5935

RGB

 RED value IS 27 (10.94% from 255) = 15.98%

 GREEN value IS 89 (35.16% from 255) = 52.66%

 BLUE value IS 53 (21.09% from 255) = 31.36%

R = 15.98%
G = 52.66%
B = 31.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#1B5935 (or 0x1B5935) is known color: Crusoe. HEX triplet: 1B, 59 and 35. RGB value is (27,89,53). Sum of RGB (Red+Green+Blue) = 27+89+53=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5935 is #E4A6CA. Grayscale: #424242. Windows color (decimal): -14984907 or 3496219. OLE color: 3496219.

HSL color Cylindrical-coordinate representation of color #1B5935: hue angle of 145.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5935 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 89 53 -
CMYK 0.70 0 0.40 0.65
HSL 145.16º 0.53% 0.23% -
HSV(B) 145.16º 0.7% 0.35% -
XYZ 4.67 7.63 4.6 -
YUV 66.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 27 89 53 0.70 0 0.40 0.65 145.16 0.53 0.23
Hex 1B 59 35 46 0 28 41 91 35 17
Octal 33 131 65 106 0 50 101 221 65 27
Binary 11011 1011001 110101 1000110 0 101000 1000001 10010001 110101 10111

Color Harmonies of #1B5935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5935

Black with #1B5935

Text Example


Text Example

White with #1B5935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,89,53); }

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

background-color css

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

 a { background-color: rgb(27,89,53); }

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

border-color css

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

 span { border-color: rgb(27,89,53); }

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