Html Css Color HEX #388673 Viridian

📋 copy color: '#388673'

red 56 ◦ green 134 ◦ blue 115

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

Shades of Viridian #388673

Tints of Viridian #388673

RGB

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

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

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

R = 18.36%
G = 43.93%
B = 37.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#388673 (or 0x388673) is known color: Viridian. HEX triplet: 38, 86 and 73. RGB value is (56,134,115). Sum of RGB (Red+Green+Blue) = 56+134+115=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #388673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388673 is #C7798C. Grayscale: #6C6C6C. Windows color (decimal): -13072781 or 7571000. OLE color: 7571000.

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

Color convert

RGB 56 134 115 -
CMYK 0.58 0 0.14 0.47
HSL 165.38º 0.41% 0.37% -
HSV(B) 165.38º 0.58% 0.53% -
XYZ 13.25 19.13 19.21 -
YUV 108.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 56 134 115 0.58 0 0.14 0.47 165.38 0.41 0.37
Hex 38 86 73 3A 0 E 2F A5 29 25
Octal 70 206 163 72 0 16 57 245 51 45
Binary 111000 10000110 1110011 111010 0 1110 101111 10100101 101001 100101

Color Harmonies of #388673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388673

Black with #388673

Text Example


Text Example

White with #388673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388673; }

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

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

background-color css

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

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

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

border-color css

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

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

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