Html Css Color HEX #4C675A Viridian Green

📋 copy color: '#4C675A'

red 76 ◦ green 103 ◦ blue 90

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

Shades of Viridian Green #4C675A

Tints of Viridian Green #4C675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.29%

 BLUE value IS 90 (35.55% from 255) = 33.46%

R = 28.25%
G = 38.29%
B = 33.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#4C675A (or 0x4C675A) is known color: Viridian Green. HEX triplet: 4C, 67 and 5A. RGB value is (76,103,90). Sum of RGB (Red+Green+Blue) = 76+103+90=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #4C675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C675A is #B398A5. Grayscale: #5D5D5D. Windows color (decimal): -11770022 or 5924684. OLE color: 5924684.

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

Color convert

RGB 76 103 90 -
CMYK 0.26 0 0.13 0.60
HSL 151.11º 0.15% 0.35% -
HSV(B) 151.11º 0.26% 0.4% -
XYZ 9.68 11.98 11.47 -
YUV 93.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 76 103 90 0.26 0 0.13 0.60 151.11 0.15 0.35
Hex 4C 67 5A 1A 0 D 3C 97 F 23
Octal 114 147 132 32 0 15 74 227 17 43
Binary 1001100 1100111 1011010 11010 0 1101 111100 10010111 1111 100011

Color Harmonies of #4C675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C675A

Black with #4C675A

Text Example


Text Example

White with #4C675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,103,90); }

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

background-color css

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

 a { background-color: rgb(76,103,90); }

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

border-color css

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

 span { border-color: rgb(76,103,90); }

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