Html Css Color HEX #388A6A Viridian

📋 copy color: '#388A6A'

red 56 ◦ green 138 ◦ blue 106

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

Shades of Viridian #388A6A

Tints of Viridian #388A6A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 18.67%
G = 46%
B = 35.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#388A6A (or 0x388A6A) is known color: Viridian. HEX triplet: 38, 8A and 6A. RGB value is (56,138,106). Sum of RGB (Red+Green+Blue) = 56+138+106=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #388A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A6A is #C77595. Grayscale: #6D6D6D. Windows color (decimal): -13071766 or 6982200. OLE color: 6982200.

HSL color Cylindrical-coordinate representation of color #388A6A: hue angle of 156.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A6A is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 138 106 -
CMYK 0.59 0 0.23 0.46
HSL 156.59º 0.42% 0.38% -
HSV(B) 156.59º 0.59% 0.54% -
XYZ 13.32 20.06 16.81 -
YUV 109.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 56 138 106 0.59 0 0.23 0.46 156.59 0.42 0.38
Hex 38 8A 6A 3B 0 17 2E 9D 2A 26
Octal 70 212 152 73 0 27 56 235 52 46
Binary 111000 10001010 1101010 111011 0 10111 101110 10011101 101010 100110

Color Harmonies of #388A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388A6A

Black with #388A6A

Text Example


Text Example

White with #388A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,138,106); }

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

background-color css

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

 a { background-color: rgb(56,138,106); }

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

border-color css

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

 span { border-color: rgb(56,138,106); }

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