Html Css Color HEX #156026 Crusoe

📋 copy color: '#156026'

red 21 ◦ green 96 ◦ blue 38

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

Shades of Crusoe #156026

Tints of Crusoe #156026

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.94%

 BLUE value IS 38 (15.23% from 255) = 24.52%

R = 13.55%
G = 61.94%
B = 24.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#156026 (or 0x156026) is known color: Crusoe. HEX triplet: 15, 60 and 26. RGB value is (21,96,38). Sum of RGB (Red+Green+Blue) = 21+96+38=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #156026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156026 is #EA9FD9. Grayscale: #434343. Windows color (decimal): -15376346 or 2514965. OLE color: 2514965.

HSL color Cylindrical-coordinate representation of color #156026: hue angle of 133.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #156026 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 38 -
CMYK 0.78 0 0.60 0.62
HSL 133.6º 0.64% 0.23% -
HSV(B) 133.6º 0.78% 0.38% -
XYZ 4.84 8.67 3.25 -
YUV 66.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 21 96 38 0.78 0 0.60 0.62 133.6 0.64 0.23
Hex 15 60 26 4E 0 3C 3E 86 40 17
Octal 25 140 46 116 0 74 76 206 100 27
Binary 10101 1100000 100110 1001110 0 111100 111110 10000110 1000000 10111

Color Harmonies of #156026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156026

Black with #156026

Text Example


Text Example

White with #156026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156026; }

 p { color: rgb(21,96,38); }

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

background-color css

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

 a { background-color: rgb(21,96,38); }

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

border-color css

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

 span { border-color: rgb(21,96,38); }

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