Html Css Color HEX #387760 Viridian

📋 copy color: '#387760'

red 56 ◦ green 119 ◦ blue 96

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

Shades of Viridian #387760

Tints of Viridian #387760

RGB

 RED value IS 56 (22.27% from 255) = 20.66%

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

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 20.66%
G = 43.91%
B = 35.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#387760 (or 0x387760) is known color: Viridian. HEX triplet: 38, 77 and 60. RGB value is (56,119,96). Sum of RGB (Red+Green+Blue) = 56+119+96=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #387760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387760 is #C7889F. Grayscale: #616161. Windows color (decimal): -13076640 or 6321976. OLE color: 6321976.

HSL color Cylindrical-coordinate representation of color #387760: hue angle of 158.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387760 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 96 -
CMYK 0.53 0 0.19 0.53
HSL 158.1º 0.36% 0.34% -
HSV(B) 158.1º 0.53% 0.47% -
XYZ 10.34 14.88 13.39 -
YUV 97.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 56 119 96 0.53 0 0.19 0.53 158.1 0.36 0.34
Hex 38 77 60 35 0 13 35 9E 24 22
Octal 70 167 140 65 0 23 65 236 44 42
Binary 111000 1110111 1100000 110101 0 10011 110101 10011110 100100 100010

Color Harmonies of #387760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387760

Black with #387760

Text Example


Text Example

White with #387760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387760; }

 p { color: rgb(56,119,96); }

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

background-color css

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

 a { background-color: rgb(56,119,96); }

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

border-color css

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

 span { border-color: rgb(56,119,96); }

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