Html Css Color HEX #4C632D Green Leaf

📋 copy color: '#4C632D'

red 76 ◦ green 99 ◦ blue 45

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

Shades of Green Leaf #4C632D

Tints of Green Leaf #4C632D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45%

 BLUE value IS 45 (17.97% from 255) = 20.45%

R = 34.55%
G = 45%
B = 20.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#4C632D (or 0x4C632D) is known color: Green Leaf. HEX triplet: 4C, 63 and 2D. RGB value is (76,99,45). Sum of RGB (Red+Green+Blue) = 76+99+45=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #4C632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C632D is #B39CD2. Grayscale: #565656. Windows color (decimal): -11771091 or 2974540. OLE color: 2974540.

HSL color Cylindrical-coordinate representation of color #4C632D: hue angle of 85.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C632D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 99 45 -
CMYK 0.23 0 0.55 0.61
HSL 85.56º 0.38% 0.28% -
HSV(B) 85.56º 0.55% 0.39% -
XYZ 7.92 10.65 4.12 -
YUV 85.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 76 99 45 0.23 0 0.55 0.61 85.56 0.38 0.28
Hex 4C 63 2D 17 0 37 3D 56 26 1C
Octal 114 143 55 27 0 67 75 126 46 34
Binary 1001100 1100011 101101 10111 0 110111 111101 1010110 100110 11100

Color Harmonies of #4C632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C632D

Black with #4C632D

Text Example


Text Example

White with #4C632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,99,45); }

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

background-color css

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

 a { background-color: rgb(76,99,45); }

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

border-color css

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

 span { border-color: rgb(76,99,45); }

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