Html Css Color HEX #4B7866 Viridian

📋 copy color: '#4B7866'

red 75 ◦ green 120 ◦ blue 102

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

Shades of Viridian #4B7866

Tints of Viridian #4B7866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.4%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 25.25%
G = 40.4%
B = 34.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#4B7866 (or 0x4B7866) is known color: Viridian. HEX triplet: 4B, 78 and 66. RGB value is (75,120,102). Sum of RGB (Red+Green+Blue) = 75+120+102=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7866 is #B48799. Grayscale: #686868. Windows color (decimal): -11831194 or 6715467. OLE color: 6715467.

HSL color Cylindrical-coordinate representation of color #4B7866: hue angle of 156º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7866 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 120 102 -
CMYK 0.37 0 0.15 0.53
HSL 156º 0.23% 0.38% -
HSV(B) 156º 0.38% 0.47% -
XYZ 12.02 15.89 15 -
YUV 104.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 75 120 102 0.37 0 0.15 0.53 156 0.23 0.38
Hex 4B 78 66 25 0 F 35 9C 17 26
Octal 113 170 146 45 0 17 65 234 27 46
Binary 1001011 1111000 1100110 100101 0 1111 110101 10011100 10111 100110

Color Harmonies of #4B7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7866

Black with #4B7866

Text Example


Text Example

White with #4B7866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,120,102); }

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

background-color css

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

 a { background-color: rgb(75,120,102); }

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

border-color css

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

 span { border-color: rgb(75,120,102); }

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