Html Css Color HEX #4C655B Viridian Green

📋 copy color: '#4C655B'

red 76 ◦ green 101 ◦ blue 91

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

Shades of Viridian Green #4C655B

Tints of Viridian Green #4C655B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 28.36%
G = 37.69%
B = 33.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#4C655B (or 0x4C655B) is known color: Viridian Green. HEX triplet: 4C, 65 and 5B. RGB value is (76,101,91). Sum of RGB (Red+Green+Blue) = 76+101+91=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #4C655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C655B is #B39AA4. Grayscale: #5C5C5C. Windows color (decimal): -11770533 or 5989708. OLE color: 5989708.

HSL color Cylindrical-coordinate representation of color #4C655B: hue angle of 156º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C655B is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 91 -
CMYK 0.25 0 0.10 0.60
HSL 156º 0.14% 0.35% -
HSV(B) 156º 0.25% 0.4% -
XYZ 9.52 11.6 11.63 -
YUV 92.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 76 101 91 0.25 0 0.10 0.60 156 0.14 0.35
Hex 4C 65 5B 19 0 A 3C 9C E 23
Octal 114 145 133 31 0 12 74 234 16 43
Binary 1001100 1100101 1011011 11001 0 1010 111100 10011100 1110 100011

Color Harmonies of #4C655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C655B

Black with #4C655B

Text Example


Text Example

White with #4C655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,91); }

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

background-color css

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

 a { background-color: rgb(76,101,91); }

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

border-color css

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

 span { border-color: rgb(76,101,91); }

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