Html Css Color HEX #388678 Viridian

📋 copy color: '#388678'

red 56 ◦ green 134 ◦ blue 120

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

Shades of Viridian #388678

Tints of Viridian #388678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

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

R = 18.06%
G = 43.23%
B = 38.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#388678 (or 0x388678) is known color: Viridian. HEX triplet: 38, 86 and 78. RGB value is (56,134,120). Sum of RGB (Red+Green+Blue) = 56+134+120=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #388678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388678 is #C77987. Grayscale: #6D6D6D. Windows color (decimal): -13072776 or 7898680. OLE color: 7898680.

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

Color convert

RGB 56 134 120 -
CMYK 0.58 0 0.10 0.47
HSL 169.23º 0.41% 0.37% -
HSV(B) 169.23º 0.58% 0.53% -
XYZ 13.55 19.25 20.77 -
YUV 109.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 56 134 120 0.58 0 0.10 0.47 169.23 0.41 0.37
Hex 38 86 78 3A 0 A 2F A9 29 25
Octal 70 206 170 72 0 12 57 251 51 45
Binary 111000 10000110 1111000 111010 0 1010 101111 10101001 101001 100101

Color Harmonies of #388678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388678

Black with #388678

Text Example


Text Example

White with #388678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388678; }

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

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

background-color css

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

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

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

border-color css

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

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

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