Html Css Color HEX #387662 Viridian

📋 copy color: '#387662'

red 56 ◦ green 118 ◦ blue 98

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

Shades of Viridian #387662

Tints of Viridian #387662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 20.59%
G = 43.38%
B = 36.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#387662 (or 0x387662) is known color: Viridian. HEX triplet: 38, 76 and 62. RGB value is (56,118,98). Sum of RGB (Red+Green+Blue) = 56+118+98=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #387662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387662 is #C7899D. Grayscale: #616161. Windows color (decimal): -13076894 or 6452792. OLE color: 6452792.

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

Color convert

RGB 56 118 98 -
CMYK 0.53 0 0.17 0.54
HSL 160.65º 0.36% 0.34% -
HSV(B) 160.65º 0.53% 0.46% -
XYZ 10.31 14.68 13.85 -
YUV 97.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 56 118 98 0.53 0 0.17 0.54 160.65 0.36 0.34
Hex 38 76 62 35 0 11 36 A1 24 22
Octal 70 166 142 65 0 21 66 241 44 42
Binary 111000 1110110 1100010 110101 0 10001 110110 10100001 100100 100010

Color Harmonies of #387662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387662

Black with #387662

Text Example


Text Example

White with #387662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387662; }

 p { color: rgb(56,118,98); }

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

background-color css

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

 a { background-color: rgb(56,118,98); }

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

border-color css

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

 span { border-color: rgb(56,118,98); }

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