Html Css Color HEX #4B7765 Viridian

📋 copy color: '#4B7765'

red 75 ◦ green 119 ◦ blue 101

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

Shades of Viridian #4B7765

Tints of Viridian #4B7765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 25.42%
G = 40.34%
B = 34.24%

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

#4B7765 (or 0x4B7765) is known color: Viridian. HEX triplet: 4B, 77 and 65. RGB value is (75,119,101). Sum of RGB (Red+Green+Blue) = 75+119+101=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7765 is #B4889A. Grayscale: #676767. Windows color (decimal): -11831451 or 6649675. OLE color: 6649675.

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

Color convert

RGB 75 119 101 -
CMYK 0.37 0 0.15 0.53
HSL 155.45º 0.23% 0.38% -
HSV(B) 155.45º 0.37% 0.47% -
XYZ 11.85 15.63 14.7 -
YUV 103.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 75 119 101 0.37 0 0.15 0.53 155.45 0.23 0.38
Hex 4B 77 65 25 0 F 35 9B 17 26
Octal 113 167 145 45 0 17 65 233 27 46
Binary 1001011 1110111 1100101 100101 0 1111 110101 10011011 10111 100110

Color Harmonies of #4B7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7765

Black with #4B7765

Text Example


Text Example

White with #4B7765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,119,101); }

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

background-color css

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

 a { background-color: rgb(75,119,101); }

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

border-color css

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

 span { border-color: rgb(75,119,101); }

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