Html Css Color HEX #388677 Viridian

📋 copy color: '#388677'

red 56 ◦ green 134 ◦ blue 119

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

Shades of Viridian #388677

Tints of Viridian #388677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 18.12%
G = 43.37%
B = 38.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#388677 (or 0x388677) is known color: Viridian. HEX triplet: 38, 86 and 77. RGB value is (56,134,119). Sum of RGB (Red+Green+Blue) = 56+134+119=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #388677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388677 is #C77988. Grayscale: #6C6C6C. Windows color (decimal): -13072777 or 7833144. OLE color: 7833144.

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

Color convert

RGB 56 134 119 -
CMYK 0.58 0 0.11 0.47
HSL 168.46º 0.41% 0.37% -
HSV(B) 168.46º 0.58% 0.53% -
XYZ 13.49 19.22 20.45 -
YUV 108.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 56 134 119 0.58 0 0.11 0.47 168.46 0.41 0.37
Hex 38 86 77 3A 0 B 2F A8 29 25
Octal 70 206 167 72 0 13 57 250 51 45
Binary 111000 10000110 1110111 111010 0 1011 101111 10101000 101001 100101

Color Harmonies of #388677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388677

Black with #388677

Text Example


Text Example

White with #388677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388677; }

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

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

background-color css

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

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

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

border-color css

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

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

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