Html Css Color HEX #388D6D Viridian

📋 copy color: '#388D6D'

red 56 ◦ green 141 ◦ blue 109

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

Shades of Viridian #388D6D

Tints of Viridian #388D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.08%

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 18.3%
G = 46.08%
B = 35.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#388D6D (or 0x388D6D) is known color: Viridian. HEX triplet: 38, 8D and 6D. RGB value is (56,141,109). Sum of RGB (Red+Green+Blue) = 56+141+109=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #388D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D6D is #C77292. Grayscale: #6F6F6F. Windows color (decimal): -13070995 or 7179576. OLE color: 7179576.

HSL color Cylindrical-coordinate representation of color #388D6D: hue angle of 157.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D6D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 141 109 -
CMYK 0.60 0 0.23 0.45
HSL 157.41º 0.43% 0.39% -
HSV(B) 157.41º 0.6% 0.55% -
XYZ 13.92 20.99 17.79 -
YUV 111.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 56 141 109 0.60 0 0.23 0.45 157.41 0.43 0.39
Hex 38 8D 6D 3C 0 17 2D 9D 2B 27
Octal 70 215 155 74 0 27 55 235 53 47
Binary 111000 10001101 1101101 111100 0 10111 101101 10011101 101011 100111

Color Harmonies of #388D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D6D

Black with #388D6D

Text Example


Text Example

White with #388D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388D6D; }

 p { color: rgb(56,141,109); }

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

background-color css

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

 a { background-color: rgb(56,141,109); }

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

border-color css

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

 span { border-color: rgb(56,141,109); }

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