Html Css Color HEX #155F25 Crusoe

📋 copy color: '#155F25'

red 21 ◦ green 95 ◦ blue 37

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

Shades of Crusoe #155F25

Tints of Crusoe #155F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 62.09%

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

R = 13.73%
G = 62.09%
B = 24.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#155F25 (or 0x155F25) is known color: Crusoe. HEX triplet: 15, 5F and 25. RGB value is (21,95,37). Sum of RGB (Red+Green+Blue) = 21+95+37=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 95 (37.5% from 255 or 62.09% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 95 - color contains mainly: green. Hex color #155F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F25 is #EAA0DA. Grayscale: #424242. Windows color (decimal): -15376603 or 2449173. OLE color: 2449173.

HSL color Cylindrical-coordinate representation of color #155F25: hue angle of 132.97º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F25 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 95 37 -
CMYK 0.78 0 0.61 0.63
HSL 132.97º 0.64% 0.23% -
HSV(B) 132.97º 0.78% 0.37% -
XYZ 4.74 8.48 3.14 -
YUV 66.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 21 95 37 0.78 0 0.61 0.63 132.97 0.64 0.23
Hex 15 5F 25 4E 0 3D 3F 85 40 17
Octal 25 137 45 116 0 75 77 205 100 27
Binary 10101 1011111 100101 1001110 0 111101 111111 10000101 1000000 10111

Color Harmonies of #155F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155F25

Black with #155F25

Text Example


Text Example

White with #155F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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