Html Css Color HEX #4A7327 Green Leaf

📋 copy color: '#4A7327'

red 74 ◦ green 115 ◦ blue 39

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

Shades of Green Leaf #4A7327

Tints of Green Leaf #4A7327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

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

R = 32.46%
G = 50.44%
B = 17.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#4A7327 (or 0x4A7327) is known color: Green Leaf. HEX triplet: 4A, 73 and 27. RGB value is (74,115,39). Sum of RGB (Red+Green+Blue) = 74+115+39=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7327 is #B58CD8. Grayscale: #5E5E5E. Windows color (decimal): -11898073 or 2585418. OLE color: 2585418.

HSL color Cylindrical-coordinate representation of color #4A7327: hue angle of 92.37º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7327 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 39 -
CMYK 0.36 0 0.66 0.55
HSL 92.37º 0.49% 0.3% -
HSV(B) 92.37º 0.66% 0.45% -
XYZ 9.32 13.86 4.1 -
YUV 94.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 74 115 39 0.36 0 0.66 0.55 92.37 0.49 0.3
Hex 4A 73 27 24 0 42 37 5C 31 1E
Octal 112 163 47 44 0 102 67 134 61 36
Binary 1001010 1110011 100111 100100 0 1000010 110111 1011100 110001 11110

Color Harmonies of #4A7327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7327

Black with #4A7327

Text Example


Text Example

White with #4A7327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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