Html Css Color HEX #557B34 Chalet Green

📋 copy color: '#557B34'

red 85 ◦ green 123 ◦ blue 52

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

Shades of Chalet Green #557B34

Tints of Chalet Green #557B34

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.31%

 BLUE value IS 52 (20.7% from 255) = 20%

R = 32.69%
G = 47.31%
B = 20%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#557B34 (or 0x557B34) is known color: Chalet Green. HEX triplet: 55, 7B and 34. RGB value is (85,123,52). Sum of RGB (Red+Green+Blue) = 85+123+52=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 123 (48.44% from 255 or 47.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 123 - color contains mainly: green. Hex color #557B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B34 is #AA84CB. Grayscale: #676767. Windows color (decimal): -11175116 or 3439445. OLE color: 3439445.

HSL color Cylindrical-coordinate representation of color #557B34: hue angle of 92.11º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #557B34 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 52 -
CMYK 0.31 0 0.58 0.52
HSL 92.11º 0.41% 0.34% -
HSV(B) 92.11º 0.58% 0.48% -
XYZ 11.45 16.35 5.8 -
YUV 103.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 85 123 52 0.31 0 0.58 0.52 92.11 0.41 0.34
Hex 55 7B 34 1F 0 3A 34 5C 29 22
Octal 125 173 64 37 0 72 64 134 51 42
Binary 1010101 1111011 110100 11111 0 111010 110100 1011100 101001 100010

Color Harmonies of #557B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B34

Black with #557B34

Text Example


Text Example

White with #557B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557B34; }

 p { color: rgb(85,123,52); }

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

background-color css

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

 a { background-color: rgb(85,123,52); }

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

border-color css

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

 span { border-color: rgb(85,123,52); }

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