Html Css Color HEX #388779 Viridian

📋 copy color: '#388779'

red 56 ◦ green 135 ◦ blue 121

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

Shades of Viridian #388779

Tints of Viridian #388779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

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

R = 17.95%
G = 43.27%
B = 38.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#388779 (or 0x388779) is known color: Viridian. HEX triplet: 38, 87 and 79. RGB value is (56,135,121). Sum of RGB (Red+Green+Blue) = 56+135+121=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #388779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388779 is #C77886. Grayscale: #6D6D6D. Windows color (decimal): -13072519 or 7964472. OLE color: 7964472.

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

Color convert

RGB 56 135 121 -
CMYK 0.59 0 0.10 0.47
HSL 169.37º 0.41% 0.37% -
HSV(B) 169.37º 0.59% 0.53% -
XYZ 13.75 19.55 21.14 -
YUV 109.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 56 135 121 0.59 0 0.10 0.47 169.37 0.41 0.37
Hex 38 87 79 3B 0 A 2F A9 29 25
Octal 70 207 171 73 0 12 57 251 51 45
Binary 111000 10000111 1111001 111011 0 1010 101111 10101001 101001 100101

Color Harmonies of #388779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388779

Black with #388779

Text Example


Text Example

White with #388779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388779; }

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

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

background-color css

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

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

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

border-color css

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

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

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