Html Css Color HEX #4A6A27 Green Leaf

📋 copy color: '#4A6A27'

red 74 ◦ green 106 ◦ blue 39

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

Shades of Green Leaf #4A6A27

Tints of Green Leaf #4A6A27

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.4%

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

R = 33.79%
G = 48.4%
B = 17.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#4A6A27 (or 0x4A6A27) is known color: Green Leaf. HEX triplet: 4A, 6A and 27. RGB value is (74,106,39). Sum of RGB (Red+Green+Blue) = 74+106+39=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A27 is #B595D8. Grayscale: #595959. Windows color (decimal): -11900377 or 2583114. OLE color: 2583114.

HSL color Cylindrical-coordinate representation of color #4A6A27: hue angle of 88.66º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A6A27 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 106 39 -
CMYK 0.30 0 0.63 0.58
HSL 88.66º 0.46% 0.28% -
HSV(B) 88.66º 0.63% 0.42% -
XYZ 8.34 11.91 3.78 -
YUV 88.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 74 106 39 0.30 0 0.63 0.58 88.66 0.46 0.28
Hex 4A 6A 27 1E 0 3F 3A 59 2E 1C
Octal 112 152 47 36 0 77 72 131 56 34
Binary 1001010 1101010 100111 11110 0 111111 111010 1011001 101110 11100

Color Harmonies of #4A6A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6A27

Black with #4A6A27

Text Example


Text Example

White with #4A6A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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