Html Css Color HEX #155B35 Crusoe

📋 copy color: '#155B35'

red 21 ◦ green 91 ◦ blue 53

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

Shades of Crusoe #155B35

Tints of Crusoe #155B35

RGB

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

 GREEN value IS 91 (35.94% from 255) = 55.15%

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

R = 12.73%
G = 55.15%
B = 32.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#155B35 (or 0x155B35) is known color: Crusoe. HEX triplet: 15, 5B and 35. RGB value is (21,91,53). Sum of RGB (Red+Green+Blue) = 21+91+53=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #155B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B35 is #EAA4CA. Grayscale: #414141. Windows color (decimal): -15377611 or 3496725. OLE color: 3496725.

HSL color Cylindrical-coordinate representation of color #155B35: hue angle of 147.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B35 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 91 53 -
CMYK 0.77 0 0.42 0.64
HSL 147.43º 0.63% 0.22% -
HSV(B) 147.43º 0.77% 0.36% -
XYZ 4.69 7.9 4.65 -
YUV 65.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 21 91 53 0.77 0 0.42 0.64 147.43 0.63 0.22
Hex 15 5B 35 4D 0 2A 40 93 3E 16
Octal 25 133 65 115 0 52 100 223 76 26
Binary 10101 1011011 110101 1001101 0 101010 1000000 10010011 111110 10110

Color Harmonies of #155B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B35

Black with #155B35

Text Example


Text Example

White with #155B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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