Html Css Color HEX #156332 Crusoe

📋 copy color: '#156332'

red 21 ◦ green 99 ◦ blue 50

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

Shades of Crusoe #156332

Tints of Crusoe #156332

RGB

 RED value IS 21 (8.59% from 255) = 12.35%

 GREEN value IS 99 (39.06% from 255) = 58.24%

 BLUE value IS 50 (19.92% from 255) = 29.41%

R = 12.35%
G = 58.24%
B = 29.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#156332 (or 0x156332) is known color: Crusoe. HEX triplet: 15, 63 and 32. RGB value is (21,99,50). Sum of RGB (Red+Green+Blue) = 21+99+50=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #156332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156332 is #EA9CCD. Grayscale: #464646. Windows color (decimal): -15375566 or 3302165. OLE color: 3302165.

HSL color Cylindrical-coordinate representation of color #156332: hue angle of 142.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156332 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 99 50 -
CMYK 0.79 0 0.49 0.61
HSL 142.31º 0.65% 0.24% -
HSV(B) 142.31º 0.79% 0.39% -
XYZ 5.35 9.31 4.53 -
YUV 70.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 21 99 50 0.79 0 0.49 0.61 142.31 0.65 0.24
Hex 15 63 32 4F 0 31 3D 8E 41 18
Octal 25 143 62 117 0 61 75 216 101 30
Binary 10101 1100011 110010 1001111 0 110001 111101 10001110 1000001 11000

Color Harmonies of #156332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156332

Black with #156332

Text Example


Text Example

White with #156332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156332; }

 p { color: rgb(21,99,50); }

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

background-color css

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

 a { background-color: rgb(21,99,50); }

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

border-color css

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

 span { border-color: rgb(21,99,50); }

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