Html Css Color HEX #4B6A5B Viridian Green

📋 copy color: '#4B6A5B'

red 75 ◦ green 106 ◦ blue 91

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

Shades of Viridian Green #4B6A5B

Tints of Viridian Green #4B6A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.97%

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

R = 27.57%
G = 38.97%
B = 33.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#4B6A5B (or 0x4B6A5B) is known color: Viridian Green. HEX triplet: 4B, 6A and 5B. RGB value is (75,106,91). Sum of RGB (Red+Green+Blue) = 75+106+91=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6A5B is #B495A4. Grayscale: #5F5F5F. Windows color (decimal): -11834789 or 5990987. OLE color: 5990987.

HSL color Cylindrical-coordinate representation of color #4B6A5B: hue angle of 150.97º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B6A5B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 106 91 -
CMYK 0.29 0 0.14 0.58
HSL 150.97º 0.17% 0.35% -
HSV(B) 150.97º 0.29% 0.42% -
XYZ 9.94 12.56 11.8 -
YUV 95.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 75 106 91 0.29 0 0.14 0.58 150.97 0.17 0.35
Hex 4B 6A 5B 1D 0 E 3A 97 11 23
Octal 113 152 133 35 0 16 72 227 21 43
Binary 1001011 1101010 1011011 11101 0 1110 111010 10010111 10001 100011

Color Harmonies of #4B6A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A5B

Black with #4B6A5B

Text Example


Text Example

White with #4B6A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,91); }

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

background-color css

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

 a { background-color: rgb(75,106,91); }

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

border-color css

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

 span { border-color: rgb(75,106,91); }

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