#388967

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

Shades of Viridian #388967

Tints of Viridian #388967

Color information

#388967 (or 0x388967) is unknown color: approx Viridian. HEX triplet: 38, 89 and 67. RGB value is (56,137,103). Sum of RGB (Red+Green+Blue) = 56+137+103=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #388967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388967 is #C77698. Grayscale: #6C6C6C. Windows color (decimal): -13072025 or 6785336. OLE color: 6785336.

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

Color convert

RGB56137103-
CMYK0.5900.250.46
HSL154.81º41.97%37.84%-
HSV(B)154.81º59.12%53.73%-
XYZ13.0219.7115.95-
YUV108.9124.6690.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 137 (53.91% from 255) = 46.28%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=18.92%
G=46.28%
B=34.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371030.5900.250.46154.8141.9737.84
Hex3889673B0192E9b2a26
Octal7021114773031562335246
Binary11100010001001110011111101101100110111010011011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388967; }

 p { color: rgb(56,137,103); }

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

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

 a { background-color: rgb(56,137,103); }

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

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

 span { border-color: rgb(56,137,103); }

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