#388768

Color #388768 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #388768

Tints of Viridian #388768

Color information

#388768 (or 0x388768) is unknown color: approx Viridian. HEX triplet: 38, 87 and 68. RGB value is (56,135,104). Sum of RGB (Red+Green+Blue) = 56+135+104=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 135 - color contains mainly: green. Hex color #388768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388768 is #C77897. Grayscale: #6B6B6B. Windows color (decimal): -13072536 or 6850360. OLE color: 6850360.

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

Color convert

RGB56135104-
CMYK0.5900.230.47
HSL156.46º41.36%37.45%-
HSV(B)156.46º58.52%52.94%-
XYZ12.7919.1716.12-
YUV107.84125.8391.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=18.98%
G=45.76%
B=35.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351040.5900.230.47156.4641.3637.45
Hex3887683B0172F9c2925
Octal7020715073027572345145
Binary11100010000111110100011101101011110111110011100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388768; }

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

 H1.HeaderClassName
 {
   color: #388768;
 }
 .AnyTagClassName
 {
   color: #388768;
 }
</style>
background-color css

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

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

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

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

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

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