Html Css Color HEX #155532 Crusoe

📋 copy color: '#155532'

red 21 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #155532

Tints of Crusoe #155532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.49%

 BLUE value IS 50 (19.92% from 255) = 32.05%

R = 13.46%
G = 54.49%
B = 32.05%

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

#155532 (or 0x155532) is known color: Crusoe. HEX triplet: 15, 55 and 32. RGB value is (21,85,50). Sum of RGB (Red+Green+Blue) = 21+85+50=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #155532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155532 is #EAAACD. Grayscale: #3D3D3D. Windows color (decimal): -15379150 or 3298581. OLE color: 3298581.

HSL color Cylindrical-coordinate representation of color #155532: hue angle of 147.19º 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 #155532 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 50 -
CMYK 0.75 0 0.41 0.67
HSL 147.19º 0.6% 0.21% -
HSV(B) 147.19º 0.75% 0.33% -
XYZ 4.13 6.89 4.13 -
YUV 61.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 21 85 50 0.75 0 0.41 0.67 147.19 0.6 0.21
Hex 15 55 32 4B 0 29 43 93 3C 15
Octal 25 125 62 113 0 51 103 223 74 25
Binary 10101 1010101 110010 1001011 0 101001 1000011 10010011 111100 10101

Color Harmonies of #155532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155532

Black with #155532

Text Example


Text Example

White with #155532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155532; }

 p { color: rgb(21,85,50); }

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

background-color css

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

 a { background-color: rgb(21,85,50); }

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

border-color css

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

 span { border-color: rgb(21,85,50); }

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