Html Css Color HEX #388675 Viridian

📋 copy color: '#388675'

red 56 ◦ green 134 ◦ blue 117

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

Shades of Viridian #388675

Tints of Viridian #388675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 18.24%
G = 43.65%
B = 38.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#388675 (or 0x388675) is known color: Viridian. HEX triplet: 38, 86 and 75. RGB value is (56,134,117). Sum of RGB (Red+Green+Blue) = 56+134+117=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #388675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388675 is #C7798A. Grayscale: #6C6C6C. Windows color (decimal): -13072779 or 7702072. OLE color: 7702072.

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

Color convert

RGB 56 134 117 -
CMYK 0.58 0 0.13 0.47
HSL 166.92º 0.41% 0.37% -
HSV(B) 166.92º 0.58% 0.53% -
XYZ 13.37 19.18 19.83 -
YUV 108.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 56 134 117 0.58 0 0.13 0.47 166.92 0.41 0.37
Hex 38 86 75 3A 0 D 2F A7 29 25
Octal 70 206 165 72 0 15 57 247 51 45
Binary 111000 10000110 1110101 111010 0 1101 101111 10100111 101001 100101

Color Harmonies of #388675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388675

Black with #388675

Text Example


Text Example

White with #388675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388675; }

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

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

background-color css

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

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

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

border-color css

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

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

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