Html Css Color HEX #388978 Viridian

📋 copy color: '#388978'

red 56 ◦ green 137 ◦ blue 120

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

Shades of Viridian #388978

Tints of Viridian #388978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 17.89%
G = 43.77%
B = 38.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#388978 (or 0x388978) is known color: Viridian. HEX triplet: 38, 89 and 78. RGB value is (56,137,120). Sum of RGB (Red+Green+Blue) = 56+137+120=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #388978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388978 is #C77687. Grayscale: #6E6E6E. Windows color (decimal): -13072008 or 7899448. OLE color: 7899448.

HSL color Cylindrical-coordinate representation of color #388978: hue angle of 167.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388978 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 120 -
CMYK 0.59 0 0.12 0.46
HSL 167.41º 0.42% 0.38% -
HSV(B) 167.41º 0.59% 0.54% -
XYZ 13.97 20.09 20.91 -
YUV 110.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 56 137 120 0.59 0 0.12 0.46 167.41 0.42 0.38
Hex 38 89 78 3B 0 C 2E A7 2A 26
Octal 70 211 170 73 0 14 56 247 52 46
Binary 111000 10001001 1111000 111011 0 1100 101110 10100111 101010 100110

Color Harmonies of #388978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388978

Black with #388978

Text Example


Text Example

White with #388978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388978; }

 p { color: rgb(56,137,120); }

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

background-color css

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

 a { background-color: rgb(56,137,120); }

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

border-color css

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

 span { border-color: rgb(56,137,120); }

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