Html Css Color HEX #4A6323 Green Leaf

📋 copy color: '#4A6323'

red 74 ◦ green 99 ◦ blue 35

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

Shades of Green Leaf #4A6323

Tints of Green Leaf #4A6323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.83%

R = 35.58%
G = 47.6%
B = 16.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#4A6323 (or 0x4A6323) is known color: Green Leaf. HEX triplet: 4A, 63 and 23. RGB value is (74,99,35). Sum of RGB (Red+Green+Blue) = 74+99+35=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6323 is #B59CDC. Grayscale: #545454. Windows color (decimal): -11902173 or 2319178. OLE color: 2319178.

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

Color convert

RGB 74 99 35 -
CMYK 0.25 0 0.65 0.61
HSL 83.44º 0.48% 0.26% -
HSV(B) 83.44º 0.65% 0.39% -
XYZ 7.59 10.5 3.22 -
YUV 84.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 74 99 35 0.25 0 0.65 0.61 83.44 0.48 0.26
Hex 4A 63 23 19 0 41 3D 53 30 1A
Octal 112 143 43 31 0 101 75 123 60 32
Binary 1001010 1100011 100011 11001 0 1000001 111101 1010011 110000 11010

Color Harmonies of #4A6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6323

Black with #4A6323

Text Example


Text Example

White with #4A6323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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