Html Css Color HEX #155128 Crusoe

📋 copy color: '#155128'

red 21 ◦ green 81 ◦ blue 40

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

Shades of Crusoe #155128

Tints of Crusoe #155128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.04%

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 14.79%
G = 57.04%
B = 28.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#155128 (or 0x155128) is known color: Crusoe. HEX triplet: 15, 51 and 28. RGB value is (21,81,40). Sum of RGB (Red+Green+Blue) = 21+81+40=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #155128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155128 is #EAAED7. Grayscale: #3A3A3A. Windows color (decimal): -15380184 or 2642197. OLE color: 2642197.

HSL color Cylindrical-coordinate representation of color #155128: hue angle of 139º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155128 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 81 40 -
CMYK 0.74 0 0.51 0.68
HSL 139º 0.59% 0.2% -
HSV(B) 139º 0.74% 0.32% -
XYZ 3.63 6.2 3.01 -
YUV 58.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 21 81 40 0.74 0 0.51 0.68 139 0.59 0.2
Hex 15 51 28 4A 0 33 44 8B 3B 14
Octal 25 121 50 112 0 63 104 213 73 24
Binary 10101 1010001 101000 1001010 0 110011 1000100 10001011 111011 10100

Color Harmonies of #155128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155128

Black with #155128

Text Example


Text Example

White with #155128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155128; }

 p { color: rgb(21,81,40); }

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

background-color css

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

 a { background-color: rgb(21,81,40); }

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

border-color css

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

 span { border-color: rgb(21,81,40); }

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