Html Css Color HEX #4B8A6B Viridian

📋 copy color: '#4B8A6B'

red 75 ◦ green 138 ◦ blue 107

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

Shades of Viridian #4B8A6B

Tints of Viridian #4B8A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 23.44%
G = 43.13%
B = 33.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#4B8A6B (or 0x4B8A6B) is known color: Viridian. HEX triplet: 4B, 8A and 6B. RGB value is (75,138,107). Sum of RGB (Red+Green+Blue) = 75+138+107=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8A6B is #B47594. Grayscale: #737373. Windows color (decimal): -11826581 or 7047755. OLE color: 7047755.

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

Color convert

RGB 75 138 107 -
CMYK 0.46 0 0.22 0.46
HSL 150.48º 0.3% 0.42% -
HSV(B) 150.48º 0.46% 0.54% -
XYZ 14.64 20.73 17.14 -
YUV 115.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 75 138 107 0.46 0 0.22 0.46 150.48 0.3 0.42
Hex 4B 8A 6B 2E 0 16 2E 96 1E 2A
Octal 113 212 153 56 0 26 56 226 36 52
Binary 1001011 10001010 1101011 101110 0 10110 101110 10010110 11110 101010

Color Harmonies of #4B8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8A6B

Black with #4B8A6B

Text Example


Text Example

White with #4B8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,138,107); }

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

background-color css

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

 a { background-color: rgb(75,138,107); }

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

border-color css

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

 span { border-color: rgb(75,138,107); }

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