Html Css Color HEX #155935 Crusoe

📋 copy color: '#155935'

red 21 ◦ green 89 ◦ blue 53

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

Shades of Crusoe #155935

Tints of Crusoe #155935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

 BLUE value IS 53 (21.09% from 255) = 32.52%

R = 12.88%
G = 54.6%
B = 32.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#155935 (or 0x155935) is known color: Crusoe. HEX triplet: 15, 59 and 35. RGB value is (21,89,53). Sum of RGB (Red+Green+Blue) = 21+89+53=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #155935 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155935 is #EAA6CA. Grayscale: #404040. Windows color (decimal): -15378123 or 3496213. OLE color: 3496213.

HSL color Cylindrical-coordinate representation of color #155935: hue angle of 148.24º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155935 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 89 53 -
CMYK 0.76 0 0.40 0.65
HSL 148.24º 0.62% 0.22% -
HSV(B) 148.24º 0.76% 0.35% -
XYZ 4.52 7.56 4.59 -
YUV 64.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 21 89 53 0.76 0 0.40 0.65 148.24 0.62 0.22
Hex 15 59 35 4C 0 28 41 94 3E 16
Octal 25 131 65 114 0 50 101 224 76 26
Binary 10101 1011001 110101 1001100 0 101000 1000001 10010100 111110 10110

Color Harmonies of #155935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155935

Black with #155935

Text Example


Text Example

White with #155935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155935; }

 p { color: rgb(21,89,53); }

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

background-color css

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

 a { background-color: rgb(21,89,53); }

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

border-color css

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

 span { border-color: rgb(21,89,53); }

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