Html Css Color HEX #388473 Viridian

📋 copy color: '#388473'

red 56 ◦ green 132 ◦ blue 115

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

Shades of Viridian #388473

Tints of Viridian #388473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 18.48%
G = 43.56%
B = 37.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#388473 (or 0x388473) is known color: Viridian. HEX triplet: 38, 84 and 73. RGB value is (56,132,115). Sum of RGB (Red+Green+Blue) = 56+132+115=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #388473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388473 is #C77B8C. Grayscale: #6B6B6B. Windows color (decimal): -13073293 or 7570488. OLE color: 7570488.

HSL color Cylindrical-coordinate representation of color #388473: hue angle of 166.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388473 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 115 -
CMYK 0.58 0 0.13 0.48
HSL 166.58º 0.4% 0.37% -
HSV(B) 166.58º 0.58% 0.52% -
XYZ 12.98 18.58 19.12 -
YUV 107.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 56 132 115 0.58 0 0.13 0.48 166.58 0.4 0.37
Hex 38 84 73 3A 0 D 30 A7 28 25
Octal 70 204 163 72 0 15 60 247 50 45
Binary 111000 10000100 1110011 111010 0 1101 110000 10100111 101000 100101

Color Harmonies of #388473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388473

Black with #388473

Text Example


Text Example

White with #388473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388473; }

 p { color: rgb(56,132,115); }

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

background-color css

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

 a { background-color: rgb(56,132,115); }

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

border-color css

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

 span { border-color: rgb(56,132,115); }

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