Html Css Color HEX #155226 Crusoe

📋 copy color: '#155226'

red 21 ◦ green 82 ◦ blue 38

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

Shades of Crusoe #155226

Tints of Crusoe #155226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 14.89%
G = 58.16%
B = 26.95%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#155226 (or 0x155226) is known color: Crusoe. HEX triplet: 15, 52 and 26. RGB value is (21,82,38). Sum of RGB (Red+Green+Blue) = 21+82+38=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #155226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155226 is #EAADD9. Grayscale: #3A3A3A. Windows color (decimal): -15379930 or 2511381. OLE color: 2511381.

HSL color Cylindrical-coordinate representation of color #155226: hue angle of 136.72º 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 #155226 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 38 -
CMYK 0.74 0 0.54 0.68
HSL 136.72º 0.59% 0.2% -
HSV(B) 136.72º 0.74% 0.32% -
XYZ 3.68 6.33 2.86 -
YUV 58.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 21 82 38 0.74 0 0.54 0.68 136.72 0.59 0.2
Hex 15 52 26 4A 0 36 44 89 3B 14
Octal 25 122 46 112 0 66 104 211 73 24
Binary 10101 1010010 100110 1001010 0 110110 1000100 10001001 111011 10100

Color Harmonies of #155226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155226

Black with #155226

Text Example


Text Example

White with #155226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155226; }

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

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

background-color css

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

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

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

border-color css

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

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

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