Html Css Color HEX #4A6B27 Green Leaf

📋 copy color: '#4A6B27'

red 74 ◦ green 107 ◦ blue 39

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

Shades of Green Leaf #4A6B27

Tints of Green Leaf #4A6B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

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

R = 33.64%
G = 48.64%
B = 17.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#4A6B27 (or 0x4A6B27) is known color: Green Leaf. HEX triplet: 4A, 6B and 27. RGB value is (74,107,39). Sum of RGB (Red+Green+Blue) = 74+107+39=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B27 is #B594D8. Grayscale: #595959. Windows color (decimal): -11900121 or 2583370. OLE color: 2583370.

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

Color convert

RGB 74 107 39 -
CMYK 0.31 0 0.64 0.58
HSL 89.12º 0.47% 0.29% -
HSV(B) 89.12º 0.64% 0.42% -
XYZ 8.45 12.12 3.81 -
YUV 89.38 99.57 117.03 -
System Red Green Blue C M Y K H S L
Decimal 74 107 39 0.31 0 0.64 0.58 89.12 0.47 0.29
Hex 4A 6B 27 1F 0 40 3A 59 2F 1D
Octal 112 153 47 37 0 100 72 131 57 35
Binary 1001010 1101011 100111 11111 0 1000000 111010 1011001 101111 11101

Color Harmonies of #4A6B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B27

Black with #4A6B27

Text Example


Text Example

White with #4A6B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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