Html Css Color HEX #387761 Viridian

📋 copy color: '#387761'

red 56 ◦ green 119 ◦ blue 97

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

Shades of Viridian #387761

Tints of Viridian #387761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 20.59%
G = 43.75%
B = 35.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#387761 (or 0x387761) is known color: Viridian. HEX triplet: 38, 77 and 61. RGB value is (56,119,97). Sum of RGB (Red+Green+Blue) = 56+119+97=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 119 - color contains mainly: green. Hex color #387761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387761 is #C7889E. Grayscale: #616161. Windows color (decimal): -13076639 or 6387512. OLE color: 6387512.

HSL color Cylindrical-coordinate representation of color #387761: hue angle of 159.05º 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 #387761 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 97 -
CMYK 0.53 0 0.18 0.53
HSL 159.05º 0.36% 0.34% -
HSV(B) 159.05º 0.53% 0.47% -
XYZ 10.39 14.9 13.64 -
YUV 97.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 56 119 97 0.53 0 0.18 0.53 159.05 0.36 0.34
Hex 38 77 61 35 0 12 35 9F 24 22
Octal 70 167 141 65 0 22 65 237 44 42
Binary 111000 1110111 1100001 110101 0 10010 110101 10011111 100100 100010

Color Harmonies of #387761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387761

Black with #387761

Text Example


Text Example

White with #387761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387761; }

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

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

background-color css

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

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

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

border-color css

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

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

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