Html Css Color HEX #557C34 Chalet Green

📋 copy color: '#557C34'

red 85 ◦ green 124 ◦ blue 52

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

Shades of Chalet Green #557C34

Tints of Chalet Green #557C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.51%

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

R = 32.57%
G = 47.51%
B = 19.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#557C34 (or 0x557C34) is known color: Chalet Green. HEX triplet: 55, 7C and 34. RGB value is (85,124,52). Sum of RGB (Red+Green+Blue) = 85+124+52=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #557C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C34 is #AA83CB. Grayscale: #686868. Windows color (decimal): -11174860 or 3439701. OLE color: 3439701.

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

Color convert

RGB 85 124 52 -
CMYK 0.31 0 0.58 0.51
HSL 92.5º 0.41% 0.35% -
HSV(B) 92.5º 0.58% 0.49% -
XYZ 11.57 16.59 5.84 -
YUV 104.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 85 124 52 0.31 0 0.58 0.51 92.5 0.41 0.35
Hex 55 7C 34 1F 0 3A 33 5C 29 23
Octal 125 174 64 37 0 72 63 134 51 43
Binary 1010101 1111100 110100 11111 0 111010 110011 1011100 101001 100011

Color Harmonies of #557C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C34

Black with #557C34

Text Example


Text Example

White with #557C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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