Html Css Color HEX #155331 Crusoe

📋 copy color: '#155331'

red 21 ◦ green 83 ◦ blue 49

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

Shades of Crusoe #155331

Tints of Crusoe #155331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.25%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 13.73%
G = 54.25%
B = 32.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#155331 (or 0x155331) is known color: Crusoe. HEX triplet: 15, 53 and 31. RGB value is (21,83,49). Sum of RGB (Red+Green+Blue) = 21+83+49=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #155331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155331 is #EAACCE. Grayscale: #3C3C3C. Windows color (decimal): -15379663 or 3232533. OLE color: 3232533.

HSL color Cylindrical-coordinate representation of color #155331: hue angle of 147.1º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155331 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 83 49 -
CMYK 0.75 0 0.41 0.67
HSL 147.1º 0.6% 0.2% -
HSV(B) 147.1º 0.75% 0.33% -
XYZ 3.96 6.57 3.96 -
YUV 60.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 21 83 49 0.75 0 0.41 0.67 147.1 0.6 0.2
Hex 15 53 31 4B 0 29 43 93 3C 14
Octal 25 123 61 113 0 51 103 223 74 24
Binary 10101 1010011 110001 1001011 0 101001 1000011 10010011 111100 10100

Color Harmonies of #155331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155331

Black with #155331

Text Example


Text Example

White with #155331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155331; }

 p { color: rgb(21,83,49); }

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

background-color css

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

 a { background-color: rgb(21,83,49); }

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

border-color css

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

 span { border-color: rgb(21,83,49); }

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