Html Css Color HEX #388868 Viridian

📋 copy color: '#388868'

red 56 ◦ green 136 ◦ blue 104

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

Shades of Viridian #388868

Tints of Viridian #388868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

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

R = 18.92%
G = 45.95%
B = 35.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#388868 (or 0x388868) is known color: Viridian. HEX triplet: 38, 88 and 68. RGB value is (56,136,104). Sum of RGB (Red+Green+Blue) = 56+136+104=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #388868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388868 is #C77797. Grayscale: #6C6C6C. Windows color (decimal): -13072280 or 6850616. OLE color: 6850616.

HSL color Cylindrical-coordinate representation of color #388868: hue angle of 156º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388868 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 136 104 -
CMYK 0.59 0 0.24 0.47
HSL 156º 0.42% 0.38% -
HSV(B) 156º 0.59% 0.53% -
XYZ 12.93 19.45 16.17 -
YUV 108.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 56 136 104 0.59 0 0.24 0.47 156 0.42 0.38
Hex 38 88 68 3B 0 18 2F 9C 2A 26
Octal 70 210 150 73 0 30 57 234 52 46
Binary 111000 10001000 1101000 111011 0 11000 101111 10011100 101010 100110

Color Harmonies of #388868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388868

Black with #388868

Text Example


Text Example

White with #388868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388868; }

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

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

background-color css

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

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

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

border-color css

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

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

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