Html Css Color HEX #4B8B75 Viridian

📋 copy color: '#4B8B75'

red 75 ◦ green 139 ◦ blue 117

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

Shades of Viridian #4B8B75

Tints of Viridian #4B8B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.99%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 22.66%
G = 41.99%
B = 35.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#4B8B75 (or 0x4B8B75) is known color: Viridian. HEX triplet: 4B, 8B and 75. RGB value is (75,139,117). Sum of RGB (Red+Green+Blue) = 75+139+117=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B75 is #B4748A. Grayscale: #757575. Windows color (decimal): -11826315 or 7703371. OLE color: 7703371.

HSL color Cylindrical-coordinate representation of color #4B8B75: hue angle of 159.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8B75 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 139 117 -
CMYK 0.46 0 0.16 0.45
HSL 159.38º 0.3% 0.42% -
HSV(B) 159.38º 0.46% 0.55% -
XYZ 15.35 21.25 20.12 -
YUV 117.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 75 139 117 0.46 0 0.16 0.45 159.38 0.3 0.42
Hex 4B 8B 75 2E 0 10 2D 9F 1E 2A
Octal 113 213 165 56 0 20 55 237 36 52
Binary 1001011 10001011 1110101 101110 0 10000 101101 10011111 11110 101010

Color Harmonies of #4B8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8B75

Black with #4B8B75

Text Example


Text Example

White with #4B8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,139,117); }

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

background-color css

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

 a { background-color: rgb(75,139,117); }

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

border-color css

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

 span { border-color: rgb(75,139,117); }

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