Html Css Color HEX #155E21 Crusoe

📋 copy color: '#155E21'

red 21 ◦ green 94 ◦ blue 33

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

Shades of Crusoe #155E21

Tints of Crusoe #155E21

RGB

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

 GREEN value IS 94 (37.11% from 255) = 63.51%

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 14.19%
G = 63.51%
B = 22.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#155E21 (or 0x155E21) is known color: Crusoe. HEX triplet: 15, 5E and 21. RGB value is (21,94,33). Sum of RGB (Red+Green+Blue) = 21+94+33=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 94 (37.11% from 255 or 63.51% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 94 - color contains mainly: green. Hex color #155E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E21 is #EAA1DE. Grayscale: #414141. Windows color (decimal): -15376863 or 2186773. OLE color: 2186773.

HSL color Cylindrical-coordinate representation of color #155E21: hue angle of 129.86º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E21 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 33 -
CMYK 0.78 0 0.65 0.63
HSL 129.86º 0.63% 0.23% -
HSV(B) 129.86º 0.78% 0.37% -
XYZ 4.59 8.27 2.79 -
YUV 65.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 21 94 33 0.78 0 0.65 0.63 129.86 0.63 0.23
Hex 15 5E 21 4E 0 41 3F 82 3F 17
Octal 25 136 41 116 0 101 77 202 77 27
Binary 10101 1011110 100001 1001110 0 1000001 111111 10000010 111111 10111

Color Harmonies of #155E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E21

Black with #155E21

Text Example


Text Example

White with #155E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155E21; }

 p { color: rgb(21,94,33); }

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

background-color css

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

 a { background-color: rgb(21,94,33); }

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

border-color css

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

 span { border-color: rgb(21,94,33); }

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