Html Css Color HEX #155120 Crusoe

📋 copy color: '#155120'

red 21 ◦ green 81 ◦ blue 32

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

Shades of Crusoe #155120

Tints of Crusoe #155120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.88%

R = 15.67%
G = 60.45%
B = 23.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#155120 (or 0x155120) is known color: Crusoe. HEX triplet: 15, 51 and 20. RGB value is (21,81,32). Sum of RGB (Red+Green+Blue) = 21+81+32=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #155120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155120 is #EAAEDF. Grayscale: #393939. Windows color (decimal): -15380192 or 2117909. OLE color: 2117909.

HSL color Cylindrical-coordinate representation of color #155120: hue angle of 131º 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 #155120 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 81 32 -
CMYK 0.74 0 0.60 0.68
HSL 131º 0.59% 0.2% -
HSV(B) 131º 0.74% 0.32% -
XYZ 3.51 6.15 2.37 -
YUV 57.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 21 81 32 0.74 0 0.60 0.68 131 0.59 0.2
Hex 15 51 20 4A 0 3C 44 83 3B 14
Octal 25 121 40 112 0 74 104 203 73 24
Binary 10101 1010001 100000 1001010 0 111100 1000100 10000011 111011 10100

Color Harmonies of #155120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155120

Black with #155120

Text Example


Text Example

White with #155120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155120; }

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

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

background-color css

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

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

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

border-color css

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

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

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