Html Css Color HEX #4A671C Green Leaf

📋 copy color: '#4A671C'

red 74 ◦ green 103 ◦ blue 28

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

Shades of Green Leaf #4A671C

Tints of Green Leaf #4A671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

 BLUE value IS 28 (11.33% from 255) = 13.66%

R = 36.1%
G = 50.24%
B = 13.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#4A671C (or 0x4A671C) is known color: Green Leaf. HEX triplet: 4A, 67 and 1C. RGB value is (74,103,28). Sum of RGB (Red+Green+Blue) = 74+103+28=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #4A671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A671C is #B598E3. Grayscale: #565656. Windows color (decimal): -11901156 or 1861450. OLE color: 1861450.

HSL color Cylindrical-coordinate representation of color #4A671C: hue angle of 83.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A671C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 28 -
CMYK 0.28 0 0.73 0.60
HSL 83.2º 0.57% 0.26% -
HSV(B) 83.2º 0.73% 0.4% -
XYZ 7.88 11.24 2.85 -
YUV 85.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 74 103 28 0.28 0 0.73 0.60 83.2 0.57 0.26
Hex 4A 67 1C 1C 0 49 3C 53 39 1A
Octal 112 147 34 34 0 111 74 123 71 32
Binary 1001010 1100111 11100 11100 0 1001001 111100 1010011 111001 11010

Color Harmonies of #4A671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A671C

Black with #4A671C

Text Example


Text Example

White with #4A671C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,28); }

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

background-color css

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

 a { background-color: rgb(74,103,28); }

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

border-color css

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

 span { border-color: rgb(74,103,28); }

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