Html Css Color HEX #547230 Green Leaf

📋 copy color: '#547230'

red 84 ◦ green 114 ◦ blue 48

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

Shades of Green Leaf #547230

Tints of Green Leaf #547230

RGB

 RED value IS 84 (33.2% from 255) = 34.15%

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 48 (19.14% from 255) = 19.51%

R = 34.15%
G = 46.34%
B = 19.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#547230 (or 0x547230) is known color: Green Leaf. HEX triplet: 54, 72 and 30. RGB value is (84,114,48). Sum of RGB (Red+Green+Blue) = 84+114+48=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #547230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547230 is #AB8DCF. Grayscale: #616161. Windows color (decimal): -11242960 or 3174996. OLE color: 3174996.

HSL color Cylindrical-coordinate representation of color #547230: hue angle of 87.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #547230 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 114 48 -
CMYK 0.26 0 0.58 0.55
HSL 87.27º 0.41% 0.32% -
HSV(B) 87.27º 0.58% 0.45% -
XYZ 10.21 14.13 4.99 -
YUV 97.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 84 114 48 0.26 0 0.58 0.55 87.27 0.41 0.32
Hex 54 72 30 1A 0 3A 37 57 29 20
Octal 124 162 60 32 0 72 67 127 51 40
Binary 1010100 1110010 110000 11010 0 111010 110111 1010111 101001 100000

Color Harmonies of #547230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547230

Black with #547230

Text Example


Text Example

White with #547230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547230; }

 p { color: rgb(84,114,48); }

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

background-color css

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

 a { background-color: rgb(84,114,48); }

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

border-color css

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

 span { border-color: rgb(84,114,48); }

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