Html Css Color HEX #388361 Viridian

📋 copy color: '#388361'

red 56 ◦ green 131 ◦ blue 97

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

Shades of Viridian #388361

Tints of Viridian #388361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 19.72%
G = 46.13%
B = 34.15%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#388361 (or 0x388361) is known color: Viridian. HEX triplet: 38, 83 and 61. RGB value is (56,131,97). Sum of RGB (Red+Green+Blue) = 56+131+97=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #388361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388361 is #C77C9E. Grayscale: #686868. Windows color (decimal): -13073567 or 6390584. OLE color: 6390584.

HSL color Cylindrical-coordinate representation of color #388361: hue angle of 152.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388361 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 131 97 -
CMYK 0.57 0 0.26 0.49
HSL 152.8º 0.4% 0.37% -
HSV(B) 152.8º 0.57% 0.51% -
XYZ 11.9 17.94 14.14 -
YUV 104.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 56 131 97 0.57 0 0.26 0.49 152.8 0.4 0.37
Hex 38 83 61 39 0 1A 31 99 28 25
Octal 70 203 141 71 0 32 61 231 50 45
Binary 111000 10000011 1100001 111001 0 11010 110001 10011001 101000 100101

Color Harmonies of #388361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388361

Black with #388361

Text Example


Text Example

White with #388361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388361; }

 p { color: rgb(56,131,97); }

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

background-color css

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

 a { background-color: rgb(56,131,97); }

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

border-color css

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

 span { border-color: rgb(56,131,97); }

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