Html Css Color HEX #155B27 Crusoe

📋 copy color: '#155B27'

red 21 ◦ green 91 ◦ blue 39

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

Shades of Crusoe #155B27

Tints of Crusoe #155B27

RGB

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

 GREEN value IS 91 (35.94% from 255) = 60.26%

 BLUE value IS 39 (15.63% from 255) = 25.83%

R = 13.91%
G = 60.26%
B = 25.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#155B27 (or 0x155B27) is known color: Crusoe. HEX triplet: 15, 5B and 27. RGB value is (21,91,39). Sum of RGB (Red+Green+Blue) = 21+91+39=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 91 (35.94% from 255 or 60.26% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 91 - color contains mainly: green. Hex color #155B27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B27 is #EAA4D8. Grayscale: #404040. Windows color (decimal): -15377625 or 2579221. OLE color: 2579221.

HSL color Cylindrical-coordinate representation of color #155B27: hue angle of 135.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B27 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 91 39 -
CMYK 0.77 0 0.57 0.64
HSL 135.43º 0.63% 0.22% -
HSV(B) 135.43º 0.77% 0.36% -
XYZ 4.42 7.79 3.19 -
YUV 64.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 21 91 39 0.77 0 0.57 0.64 135.43 0.63 0.22
Hex 15 5B 27 4D 0 39 40 87 3E 16
Octal 25 133 47 115 0 71 100 207 76 26
Binary 10101 1011011 100111 1001101 0 111001 1000000 10000111 111110 10110

Color Harmonies of #155B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B27

Black with #155B27

Text Example


Text Example

White with #155B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,39); }

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

background-color css

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

 a { background-color: rgb(21,91,39); }

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

border-color css

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

 span { border-color: rgb(21,91,39); }

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