Html Css Color HEX #388878 Viridian

📋 copy color: '#388878'

red 56 ◦ green 136 ◦ blue 120

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

Shades of Viridian #388878

Tints of Viridian #388878

RGB

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

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

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

R = 17.95%
G = 43.59%
B = 38.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#388878 (or 0x388878) is known color: Viridian. HEX triplet: 38, 88 and 78. RGB value is (56,136,120). Sum of RGB (Red+Green+Blue) = 56+136+120=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #388878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388878 is #C77787. Grayscale: #6E6E6E. Windows color (decimal): -13072264 or 7899192. OLE color: 7899192.

HSL color Cylindrical-coordinate representation of color #388878: hue angle of 168º 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 #388878 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 120 -
CMYK 0.59 0 0.12 0.47
HSL 168º 0.42% 0.38% -
HSV(B) 168º 0.59% 0.53% -
XYZ 13.83 19.81 20.86 -
YUV 110.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 56 136 120 0.59 0 0.12 0.47 168 0.42 0.38
Hex 38 88 78 3B 0 C 2F A8 2A 26
Octal 70 210 170 73 0 14 57 250 52 46
Binary 111000 10001000 1111000 111011 0 1100 101111 10101000 101010 100110

Color Harmonies of #388878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388878

Black with #388878

Text Example


Text Example

White with #388878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388878; }

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

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

background-color css

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

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

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

border-color css

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

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

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