Html Css Color HEX #4C7C0B Green Leaf

📋 copy color: '#4C7C0B'

red 76 ◦ green 124 ◦ blue 11

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

Shades of Green Leaf #4C7C0B

Tints of Green Leaf #4C7C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 58.77%

 BLUE value IS 11 (4.69% from 255) = 5.21%

R = 36.02%
G = 58.77%
B = 5.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#4C7C0B (or 0x4C7C0B) is known color: Green Leaf. HEX triplet: 4C, 7C and 0B. RGB value is (76,124,11). Sum of RGB (Red+Green+Blue) = 76+124+11=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7C0B is #B383F4. Grayscale: #616161. Windows color (decimal): -11764725 or 752716. OLE color: 752716.

HSL color Cylindrical-coordinate representation of color #4C7C0B: hue angle of 85.49º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C7C0B is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 124 11 -
CMYK 0.39 0 0.91 0.51
HSL 85.49º 0.84% 0.26% -
HSV(B) 85.49º 0.91% 0.49% -
XYZ 10.25 15.98 2.86 -
YUV 96.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 76 124 11 0.39 0 0.91 0.51 85.49 0.84 0.26
Hex 4C 7C B 27 0 5B 33 55 54 1A
Octal 114 174 13 47 0 133 63 125 124 32
Binary 1001100 1111100 1011 100111 0 1011011 110011 1010101 1010100 11010

Color Harmonies of #4C7C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7C0B

Black with #4C7C0B

Text Example


Text Example

White with #4C7C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,124,11); }

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

background-color css

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

 a { background-color: rgb(76,124,11); }

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

border-color css

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

 span { border-color: rgb(76,124,11); }

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