Html Css Color HEX #4A6327 Green Leaf

📋 copy color: '#4A6327'

red 74 ◦ green 99 ◦ blue 39

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

Shades of Green Leaf #4A6327

Tints of Green Leaf #4A6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.7%

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

R = 34.91%
G = 46.7%
B = 18.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#4A6327 (or 0x4A6327) is known color: Green Leaf. HEX triplet: 4A, 63 and 27. RGB value is (74,99,39). Sum of RGB (Red+Green+Blue) = 74+99+39=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6327 is #B59CD8. Grayscale: #545454. Windows color (decimal): -11902169 or 2581322. OLE color: 2581322.

HSL color Cylindrical-coordinate representation of color #4A6327: hue angle of 85º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A6327 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 99 39 -
CMYK 0.25 0 0.61 0.61
HSL 85º 0.43% 0.27% -
HSV(B) 85º 0.61% 0.39% -
XYZ 7.65 10.53 3.55 -
YUV 84.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 74 99 39 0.25 0 0.61 0.61 85 0.43 0.27
Hex 4A 63 27 19 0 3D 3D 55 2B 1B
Octal 112 143 47 31 0 75 75 125 53 33
Binary 1001010 1100011 100111 11001 0 111101 111101 1010101 101011 11011

Color Harmonies of #4A6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6327

Black with #4A6327

Text Example


Text Example

White with #4A6327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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