Html Css Color HEX #388879 Viridian

📋 copy color: '#388879'

red 56 ◦ green 136 ◦ blue 121

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

Shades of Viridian #388879

Tints of Viridian #388879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

 BLUE value IS 121 (47.66% from 255) = 38.66%

R = 17.89%
G = 43.45%
B = 38.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#388879 (or 0x388879) is known color: Viridian. HEX triplet: 38, 88 and 79. RGB value is (56,136,121). Sum of RGB (Red+Green+Blue) = 56+136+121=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #388879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388879 is #C77786. Grayscale: #6E6E6E. Windows color (decimal): -13072263 or 7964728. OLE color: 7964728.

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

Color convert

RGB 56 136 121 -
CMYK 0.59 0 0.11 0.47
HSL 168.75º 0.42% 0.38% -
HSV(B) 168.75º 0.59% 0.53% -
XYZ 13.89 19.83 21.18 -
YUV 110.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 56 136 121 0.59 0 0.11 0.47 168.75 0.42 0.38
Hex 38 88 79 3B 0 B 2F A9 2A 26
Octal 70 210 171 73 0 13 57 251 52 46
Binary 111000 10001000 1111001 111011 0 1011 101111 10101001 101010 100110

Color Harmonies of #388879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388879

Black with #388879

Text Example


Text Example

White with #388879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388879; }

 p { color: rgb(56,136,121); }

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

background-color css

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

 a { background-color: rgb(56,136,121); }

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

border-color css

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

 span { border-color: rgb(56,136,121); }

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