Html Css Color HEX #4A6B23 Green Leaf

📋 copy color: '#4A6B23'

red 74 ◦ green 107 ◦ blue 35

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

Shades of Green Leaf #4A6B23

Tints of Green Leaf #4A6B23

RGB

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

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

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

R = 34.26%
G = 49.54%
B = 16.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#4A6B23 (or 0x4A6B23) is known color: Green Leaf. HEX triplet: 4A, 6B and 23. RGB value is (74,107,35). Sum of RGB (Red+Green+Blue) = 74+107+35=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B23 is #B594DC. Grayscale: #595959. Windows color (decimal): -11900125 or 2321226. OLE color: 2321226.

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

Color convert

RGB 74 107 35 -
CMYK 0.31 0 0.67 0.58
HSL 87.5º 0.51% 0.28% -
HSV(B) 87.5º 0.67% 0.42% -
XYZ 8.39 12.09 3.48 -
YUV 88.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 74 107 35 0.31 0 0.67 0.58 87.5 0.51 0.28
Hex 4A 6B 23 1F 0 43 3A 57 33 1C
Octal 112 153 43 37 0 103 72 127 63 34
Binary 1001010 1101011 100011 11111 0 1000011 111010 1010111 110011 11100

Color Harmonies of #4A6B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B23

Black with #4A6B23

Text Example


Text Example

White with #4A6B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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