Html Css Color HEX #155431 Crusoe

📋 copy color: '#155431'

red 21 ◦ green 84 ◦ blue 49

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

Shades of Crusoe #155431

Tints of Crusoe #155431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.55%

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

R = 13.64%
G = 54.55%
B = 31.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#155431 (or 0x155431) is known color: Crusoe. HEX triplet: 15, 54 and 31. RGB value is (21,84,49). Sum of RGB (Red+Green+Blue) = 21+84+49=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #155431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155431 is #EAABCE. Grayscale: #3D3D3D. Windows color (decimal): -15379407 or 3232789. OLE color: 3232789.

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

Color convert

RGB 21 84 49 -
CMYK 0.75 0 0.42 0.67
HSL 146.67º 0.6% 0.21% -
HSV(B) 146.67º 0.75% 0.33% -
XYZ 4.03 6.72 3.99 -
YUV 61.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 21 84 49 0.75 0 0.42 0.67 146.67 0.6 0.21
Hex 15 54 31 4B 0 2A 43 93 3C 15
Octal 25 124 61 113 0 52 103 223 74 25
Binary 10101 1010100 110001 1001011 0 101010 1000011 10010011 111100 10101

Color Harmonies of #155431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155431

Black with #155431

Text Example


Text Example

White with #155431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155431; }

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

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

background-color css

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

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

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

border-color css

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

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

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