Html Css Color HEX #4A6D27 Green Leaf

📋 copy color: '#4A6D27'

red 74 ◦ green 109 ◦ blue 39

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

Shades of Green Leaf #4A6D27

Tints of Green Leaf #4A6D27

RGB

 RED value IS 74 (29.3% from 255) = 33.33%

 GREEN value IS 109 (42.97% from 255) = 49.1%

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

R = 33.33%
G = 49.1%
B = 17.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#4A6D27 (or 0x4A6D27) is known color: Green Leaf. HEX triplet: 4A, 6D and 27. RGB value is (74,109,39). Sum of RGB (Red+Green+Blue) = 74+109+39=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6D27 is #B592D8. Grayscale: #5A5A5A. Windows color (decimal): -11899609 or 2583882. OLE color: 2583882.

HSL color Cylindrical-coordinate representation of color #4A6D27: hue angle of 90º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6D27 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 39 -
CMYK 0.32 0 0.64 0.57
HSL 90º 0.47% 0.29% -
HSV(B) 90º 0.64% 0.43% -
XYZ 8.66 12.54 3.88 -
YUV 90.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 74 109 39 0.32 0 0.64 0.57 90 0.47 0.29
Hex 4A 6D 27 20 0 40 39 5A 2F 1D
Octal 112 155 47 40 0 100 71 132 57 35
Binary 1001010 1101101 100111 100000 0 1000000 111001 1011010 101111 11101

Color Harmonies of #4A6D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D27

Black with #4A6D27

Text Example


Text Example

White with #4A6D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6D27; }

 p { color: rgb(74,109,39); }

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

background-color css

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

 a { background-color: rgb(74,109,39); }

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

border-color css

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

 span { border-color: rgb(74,109,39); }

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