Html Css Color HEX #4B665C Viridian Green

📋 copy color: '#4B665C'

red 75 ◦ green 102 ◦ blue 92

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

Shades of Viridian Green #4B665C

Tints of Viridian Green #4B665C

RGB

 RED value IS 75 (29.69% from 255) = 27.88%

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 27.88%
G = 37.92%
B = 34.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#4B665C (or 0x4B665C) is known color: Viridian Green. HEX triplet: 4B, 66 and 5C. RGB value is (75,102,92). Sum of RGB (Red+Green+Blue) = 75+102+92=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #4B665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B665C is #B499A3. Grayscale: #5C5C5C. Windows color (decimal): -11835812 or 6055499. OLE color: 6055499.

HSL color Cylindrical-coordinate representation of color #4B665C: hue angle of 157.78º 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 #4B665C is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 92 -
CMYK 0.26 0 0.10 0.6
HSL 157.78º 0.15% 0.35% -
HSV(B) 157.78º 0.26% 0.4% -
XYZ 9.58 11.77 11.89 -
YUV 92.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 75 102 92 0.26 0 0.10 0.6 157.78 0.15 0.35
Hex 4B 66 5C 1A 0 A 3C 9E F 23
Octal 113 146 134 32 0 12 74 236 17 43
Binary 1001011 1100110 1011100 11010 0 1010 111100 10011110 1111 100011

Color Harmonies of #4B665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B665C

Black with #4B665C

Text Example


Text Example

White with #4B665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,102,92); }

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

background-color css

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

 a { background-color: rgb(75,102,92); }

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

border-color css

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

 span { border-color: rgb(75,102,92); }

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