Html Css Color HEX #4C8B6B Viridian

📋 copy color: '#4C8B6B'

red 76 ◦ green 139 ◦ blue 107

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

Shades of Viridian #4C8B6B

Tints of Viridian #4C8B6B

RGB

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

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

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

R = 23.6%
G = 43.17%
B = 33.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#4C8B6B (or 0x4C8B6B) is known color: Viridian. HEX triplet: 4C, 8B and 6B. RGB value is (76,139,107). Sum of RGB (Red+Green+Blue) = 76+139+107=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B6B is #B37494. Grayscale: #747474. Windows color (decimal): -11760789 or 7048012. OLE color: 7048012.

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

Color convert

RGB 76 139 107 -
CMYK 0.45 0 0.23 0.45
HSL 149.52º 0.29% 0.42% -
HSV(B) 149.52º 0.45% 0.55% -
XYZ 14.87 21.06 17.19 -
YUV 116.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 76 139 107 0.45 0 0.23 0.45 149.52 0.29 0.42
Hex 4C 8B 6B 2D 0 17 2D 96 1D 2A
Octal 114 213 153 55 0 27 55 226 35 52
Binary 1001100 10001011 1101011 101101 0 10111 101101 10010110 11101 101010

Color Harmonies of #4C8B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8B6B

Black with #4C8B6B

Text Example


Text Example

White with #4C8B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,139,107); }

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

background-color css

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

 a { background-color: rgb(76,139,107); }

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

border-color css

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

 span { border-color: rgb(76,139,107); }

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