Html Css Color HEX #4C661C Green Leaf

📋 copy color: '#4C661C'

red 76 ◦ green 102 ◦ blue 28

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

Shades of Green Leaf #4C661C

Tints of Green Leaf #4C661C

RGB

 RED value IS 76 (30.08% from 255) = 36.89%

 GREEN value IS 102 (40.23% from 255) = 49.51%

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

R = 36.89%
G = 49.51%
B = 13.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#4C661C (or 0x4C661C) is known color: Green Leaf. HEX triplet: 4C, 66 and 1C. RGB value is (76,102,28). Sum of RGB (Red+Green+Blue) = 76+102+28=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 102 (40.23% from 255 or 49.51% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 102 - color contains mainly: green. Hex color #4C661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C661C is #B399E3. Grayscale: #565656. Windows color (decimal): -11770340 or 1861196. OLE color: 1861196.

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

Color convert

RGB 76 102 28 -
CMYK 0.25 0 0.73 0.6
HSL 81.08º 0.57% 0.25% -
HSV(B) 81.08º 0.73% 0.4% -
XYZ 7.94 11.12 2.83 -
YUV 85.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 76 102 28 0.25 0 0.73 0.6 81.08 0.57 0.25
Hex 4C 66 1C 19 0 49 3C 51 39 19
Octal 114 146 34 31 0 111 74 121 71 31
Binary 1001100 1100110 11100 11001 0 1001001 111100 1010001 111001 11001

Color Harmonies of #4C661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C661C

Black with #4C661C

Text Example


Text Example

White with #4C661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,102,28); }

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

background-color css

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

 a { background-color: rgb(76,102,28); }

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

border-color css

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

 span { border-color: rgb(76,102,28); }

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