Html Css Color HEX #4A771B Green Leaf

📋 copy color: '#4A771B'

red 74 ◦ green 119 ◦ blue 27

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

Shades of Green Leaf #4A771B

Tints of Green Leaf #4A771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.09%

 BLUE value IS 27 (10.94% from 255) = 12.27%

R = 33.64%
G = 54.09%
B = 12.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#4A771B (or 0x4A771B) is known color: Green Leaf. HEX triplet: 4A, 77 and 1B. RGB value is (74,119,27). Sum of RGB (Red+Green+Blue) = 74+119+27=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #4A771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A771B is #B588E4. Grayscale: #5F5F5F. Windows color (decimal): -11897061 or 1800010. OLE color: 1800010.

HSL color Cylindrical-coordinate representation of color #4A771B: hue angle of 89.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A771B is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 27 -
CMYK 0.38 0 0.77 0.53
HSL 89.35º 0.63% 0.29% -
HSV(B) 89.35º 0.77% 0.47% -
XYZ 9.62 14.73 3.37 -
YUV 95.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 74 119 27 0.38 0 0.77 0.53 89.35 0.63 0.29
Hex 4A 77 1B 26 0 4D 35 59 3F 1D
Octal 112 167 33 46 0 115 65 131 77 35
Binary 1001010 1110111 11011 100110 0 1001101 110101 1011001 111111 11101

Color Harmonies of #4A771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A771B

Black with #4A771B

Text Example


Text Example

White with #4A771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,27); }

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

background-color css

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

 a { background-color: rgb(74,119,27); }

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

border-color css

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

 span { border-color: rgb(74,119,27); }

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