Html Css Color HEX #155C27 Crusoe

📋 copy color: '#155C27'

red 21 ◦ green 92 ◦ blue 39

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

Shades of Crusoe #155C27

Tints of Crusoe #155C27

RGB

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

 GREEN value IS 92 (36.33% from 255) = 60.53%

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

R = 13.82%
G = 60.53%
B = 25.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#155C27 (or 0x155C27) is known color: Crusoe. HEX triplet: 15, 5C and 27. RGB value is (21,92,39). Sum of RGB (Red+Green+Blue) = 21+92+39=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #155C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C27 is #EAA3D8. Grayscale: #404040. Windows color (decimal): -15377369 or 2579477. OLE color: 2579477.

HSL color Cylindrical-coordinate representation of color #155C27: hue angle of 135.21º degrees, saturation: 0.63, 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 #155C27 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 92 39 -
CMYK 0.77 0 0.58 0.64
HSL 135.21º 0.63% 0.22% -
HSV(B) 135.21º 0.77% 0.36% -
XYZ 4.5 7.96 3.22 -
YUV 64.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 21 92 39 0.77 0 0.58 0.64 135.21 0.63 0.22
Hex 15 5C 27 4D 0 3A 40 87 3F 16
Octal 25 134 47 115 0 72 100 207 77 26
Binary 10101 1011100 100111 1001101 0 111010 1000000 10000111 111111 10110

Color Harmonies of #155C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C27

Black with #155C27

Text Example


Text Example

White with #155C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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