Html Css Color HEX #1B5A24 Crusoe

📋 copy color: '#1B5A24'

red 27 ◦ green 90 ◦ blue 36

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

Shades of Crusoe #1B5A24

Tints of Crusoe #1B5A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.82%

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 17.65%
G = 58.82%
B = 23.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#1B5A24 (or 0x1B5A24) is known color: Crusoe. HEX triplet: 1B, 5A and 24. RGB value is (27,90,36). Sum of RGB (Red+Green+Blue) = 27+90+36=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5A24 is #E4A5DB. Grayscale: #414141. Windows color (decimal): -14984668 or 2382363. OLE color: 2382363.

HSL color Cylindrical-coordinate representation of color #1B5A24: hue angle of 128.57º degrees, saturation: 0.54, 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 #1B5A24 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 90 36 -
CMYK 0.70 0 0.60 0.65
HSL 128.57º 0.54% 0.23% -
HSV(B) 128.57º 0.7% 0.35% -
XYZ 4.43 7.67 2.92 -
YUV 65.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 27 90 36 0.70 0 0.60 0.65 128.57 0.54 0.23
Hex 1B 5A 24 46 0 3C 41 81 36 17
Octal 33 132 44 106 0 74 101 201 66 27
Binary 11011 1011010 100100 1000110 0 111100 1000001 10000001 110110 10111

Color Harmonies of #1B5A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5A24

Black with #1B5A24

Text Example


Text Example

White with #1B5A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,90,36); }

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

background-color css

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

 a { background-color: rgb(27,90,36); }

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

border-color css

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

 span { border-color: rgb(27,90,36); }

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