Html Css Color HEX #388468 Viridian

📋 copy color: '#388468'

red 56 ◦ green 132 ◦ blue 104

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

Shades of Viridian #388468

Tints of Viridian #388468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 19.18%
G = 45.21%
B = 35.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#388468 (or 0x388468) is known color: Viridian. HEX triplet: 38, 84 and 68. RGB value is (56,132,104). Sum of RGB (Red+Green+Blue) = 56+132+104=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #388468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388468 is #C77B97. Grayscale: #6A6A6A. Windows color (decimal): -13073304 or 6849592. OLE color: 6849592.

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

Color convert

RGB 56 132 104 -
CMYK 0.58 0 0.21 0.48
HSL 157.89º 0.4% 0.37% -
HSV(B) 157.89º 0.58% 0.52% -
XYZ 12.38 18.34 15.98 -
YUV 106.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 56 132 104 0.58 0 0.21 0.48 157.89 0.4 0.37
Hex 38 84 68 3A 0 15 30 9E 28 25
Octal 70 204 150 72 0 25 60 236 50 45
Binary 111000 10000100 1101000 111010 0 10101 110000 10011110 101000 100101

Color Harmonies of #388468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388468

Black with #388468

Text Example


Text Example

White with #388468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388468; }

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

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

background-color css

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

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

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

border-color css

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

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

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