Html Css Color HEX #557938 Chalet Green

📋 copy color: '#557938'

red 85 ◦ green 121 ◦ blue 56

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

Shades of Chalet Green #557938

Tints of Chalet Green #557938

RGB

 RED value IS 85 (33.59% from 255) = 32.44%

 GREEN value IS 121 (47.66% from 255) = 46.18%

 BLUE value IS 56 (22.27% from 255) = 21.37%

R = 32.44%
G = 46.18%
B = 21.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#557938 (or 0x557938) is known color: Chalet Green. HEX triplet: 55, 79 and 38. RGB value is (85,121,56). Sum of RGB (Red+Green+Blue) = 85+121+56=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #557938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557938 is #AA86C7. Grayscale: #676767. Windows color (decimal): -11175624 or 3701077. OLE color: 3701077.

HSL color Cylindrical-coordinate representation of color #557938: hue angle of 93.23º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #557938 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 56 -
CMYK 0.30 0 0.54 0.53
HSL 93.23º 0.37% 0.35% -
HSV(B) 93.23º 0.54% 0.47% -
XYZ 11.3 15.89 6.21 -
YUV 102.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 85 121 56 0.30 0 0.54 0.53 93.23 0.37 0.35
Hex 55 79 38 1E 0 36 35 5D 25 23
Octal 125 171 70 36 0 66 65 135 45 43
Binary 1010101 1111001 111000 11110 0 110110 110101 1011101 100101 100011

Color Harmonies of #557938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557938

Black with #557938

Text Example


Text Example

White with #557938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557938; }

 p { color: rgb(85,121,56); }

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

background-color css

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

 a { background-color: rgb(85,121,56); }

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

border-color css

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

 span { border-color: rgb(85,121,56); }

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