Html Css Color HEX #557C27 Green Leaf

📋 copy color: '#557C27'

red 85 ◦ green 124 ◦ blue 39

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

Shades of Green Leaf #557C27

Tints of Green Leaf #557C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 34.27%
G = 50%
B = 15.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#557C27 (or 0x557C27) is known color: Green Leaf. HEX triplet: 55, 7C and 27. RGB value is (85,124,39). Sum of RGB (Red+Green+Blue) = 85+124+39=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #557C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C27 is #AA83D8. Grayscale: #666666. Windows color (decimal): -11174873 or 2587733. OLE color: 2587733.

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

Color convert

RGB 85 124 39 -
CMYK 0.31 0 0.69 0.51
HSL 87.53º 0.52% 0.32% -
HSV(B) 87.53º 0.69% 0.49% -
XYZ 11.32 16.49 4.51 -
YUV 102.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 85 124 39 0.31 0 0.69 0.51 87.53 0.52 0.32
Hex 55 7C 27 1F 0 45 33 58 34 20
Octal 125 174 47 37 0 105 63 130 64 40
Binary 1010101 1111100 100111 11111 0 1000101 110011 1011000 110100 100000

Color Harmonies of #557C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C27

Black with #557C27

Text Example


Text Example

White with #557C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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