#388969

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

Shades of Viridian #388969

Tints of Viridian #388969

Color information

#388969 (or 0x388969) is unknown color: approx Viridian. HEX triplet: 38, 89 and 69. RGB value is (56,137,105). Sum of RGB (Red+Green+Blue) = 56+137+105=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #388969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388969 is #C77696. Grayscale: #6D6D6D. Windows color (decimal): -13072023 or 6916408. OLE color: 6916408.

HSL color Cylindrical-coordinate representation of color #388969: hue angle of 156.3º 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 #388969 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB56137105-
CMYK0.5900.230.46
HSL156.3º41.97%37.84%-
HSV(B)156.3º59.12%53.73%-
XYZ13.1319.7516.49-
YUV109.13125.6690.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=18.79%
G=45.97%
B=35.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561371050.5900.230.46156.341.9737.84
Hex3889693B0172E9c2a26
Octal7021115173027562345246
Binary11100010001001110100111101101011110111010011100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388969; }

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

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

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

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

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

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

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

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