Html Css Color HEX #155021 Crusoe

📋 copy color: '#155021'

red 21 ◦ green 80 ◦ blue 33

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

Shades of Crusoe #155021

Tints of Crusoe #155021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 59.7%

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

R = 15.67%
G = 59.7%
B = 24.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#155021 (or 0x155021) is known color: Crusoe. HEX triplet: 15, 50 and 21. RGB value is (21,80,33). Sum of RGB (Red+Green+Blue) = 21+80+33=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #155021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155021 is #EAAFDE. Grayscale: #393939. Windows color (decimal): -15380447 or 2183189. OLE color: 2183189.

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

Color convert

RGB 21 80 33 -
CMYK 0.74 0 0.59 0.69
HSL 132.2º 0.58% 0.2% -
HSV(B) 132.2º 0.74% 0.31% -
XYZ 3.45 6.01 2.42 -
YUV 57 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 21 80 33 0.74 0 0.59 0.69 132.2 0.58 0.2
Hex 15 50 21 4A 0 3B 45 84 3A 14
Octal 25 120 41 112 0 73 105 204 72 24
Binary 10101 1010000 100001 1001010 0 111011 1000101 10000100 111010 10100

Color Harmonies of #155021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155021

Black with #155021

Text Example


Text Example

White with #155021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155021; }

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

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

background-color css

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

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

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

border-color css

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

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

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