Html Css Color HEX #155225 Crusoe

📋 copy color: '#155225'

red 21 ◦ green 82 ◦ blue 37

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

Shades of Crusoe #155225

Tints of Crusoe #155225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.57%

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

R = 15%
G = 58.57%
B = 26.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#155225 (or 0x155225) is known color: Crusoe. HEX triplet: 15, 52 and 25. RGB value is (21,82,37). Sum of RGB (Red+Green+Blue) = 21+82+37=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #155225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155225 is #EAADDA. Grayscale: #3A3A3A. Windows color (decimal): -15379931 or 2445845. OLE color: 2445845.

HSL color Cylindrical-coordinate representation of color #155225: hue angle of 135.74º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155225 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 37 -
CMYK 0.74 0 0.55 0.68
HSL 135.74º 0.59% 0.2% -
HSV(B) 135.74º 0.74% 0.32% -
XYZ 3.66 6.33 2.78 -
YUV 58.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 21 82 37 0.74 0 0.55 0.68 135.74 0.59 0.2
Hex 15 52 25 4A 0 37 44 88 3B 14
Octal 25 122 45 112 0 67 104 210 73 24
Binary 10101 1010010 100101 1001010 0 110111 1000100 10001000 111011 10100

Color Harmonies of #155225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155225

Black with #155225

Text Example


Text Example

White with #155225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155225; }

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

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

background-color css

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

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

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

border-color css

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

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

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