Html Css Color HEX #4A856B Viridian

📋 copy color: '#4A856B'

red 74 ◦ green 133 ◦ blue 107

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

Shades of Viridian #4A856B

Tints of Viridian #4A856B

RGB

 RED value IS 74 (29.3% from 255) = 23.57%

 GREEN value IS 133 (52.34% from 255) = 42.36%

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

R = 23.57%
G = 42.36%
B = 34.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#4A856B (or 0x4A856B) is known color: Viridian. HEX triplet: 4A, 85 and 6B. RGB value is (74,133,107). Sum of RGB (Red+Green+Blue) = 74+133+107=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #4A856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A856B is #B57A94. Grayscale: #707070. Windows color (decimal): -11893397 or 7046474. OLE color: 7046474.

HSL color Cylindrical-coordinate representation of color #4A856B: hue angle of 153.56º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A856B is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 133 107 -
CMYK 0.44 0 0.20 0.48
HSL 153.56º 0.29% 0.41% -
HSV(B) 153.56º 0.44% 0.52% -
XYZ 13.87 19.29 16.9 -
YUV 112.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 74 133 107 0.44 0 0.20 0.48 153.56 0.29 0.41
Hex 4A 85 6B 2C 0 14 30 9A 1D 29
Octal 112 205 153 54 0 24 60 232 35 51
Binary 1001010 10000101 1101011 101100 0 10100 110000 10011010 11101 101001

Color Harmonies of #4A856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A856B

Black with #4A856B

Text Example


Text Example

White with #4A856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,133,107); }

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

background-color css

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

 a { background-color: rgb(74,133,107); }

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

border-color css

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

 span { border-color: rgb(74,133,107); }

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