Html Css Color HEX #155525 Crusoe

📋 copy color: '#155525'

red 21 ◦ green 85 ◦ blue 37

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

Shades of Crusoe #155525

Tints of Crusoe #155525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 14.69%
G = 59.44%
B = 25.87%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#155525 (or 0x155525) is known color: Crusoe. HEX triplet: 15, 55 and 25. RGB value is (21,85,37). Sum of RGB (Red+Green+Blue) = 21+85+37=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #155525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155525 is #EAAADA. Grayscale: #3C3C3C. Windows color (decimal): -15379163 or 2446613. OLE color: 2446613.

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

Color convert

RGB 21 85 37 -
CMYK 0.75 0 0.56 0.67
HSL 135º 0.6% 0.21% -
HSV(B) 135º 0.75% 0.33% -
XYZ 3.89 6.79 2.86 -
YUV 60.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 21 85 37 0.75 0 0.56 0.67 135 0.6 0.21
Hex 15 55 25 4B 0 38 43 87 3C 15
Octal 25 125 45 113 0 70 103 207 74 25
Binary 10101 1010101 100101 1001011 0 111000 1000011 10000111 111100 10101

Color Harmonies of #155525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155525

Black with #155525

Text Example


Text Example

White with #155525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155525; }

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

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

background-color css

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

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

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

border-color css

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

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

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