#388474

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

Shades of Viridian #388474

Tints of Viridian #388474

Color information

#388474 (or 0x388474) is unknown color: approx Viridian. HEX triplet: 38, 84 and 74. RGB value is (56,132,116). Sum of RGB (Red+Green+Blue) = 56+132+116=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #388474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388474 is #C77B8B. Grayscale: #6B6B6B. Windows color (decimal): -13073292 or 7636024. OLE color: 7636024.

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

Color convert

RGB56132116-
CMYK0.5800.120.48
HSL167.37º40.43%36.86%-
HSV(B)167.37º57.58%51.76%-
XYZ13.0318.619.43-
YUV107.45132.8291.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=18.42%
G=43.42%
B=38.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321160.5800.120.48167.3740.4336.86
Hex3884743A0C30a72825
Octal7020416472014602475045
Binary1110001000010011101001110100110011000010100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388474; }

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

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

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

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

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

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

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

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