#388867

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

Shades of Viridian #388867

Tints of Viridian #388867

Color information

#388867 (or 0x388867) is unknown color: approx Viridian. HEX triplet: 38, 88 and 67. RGB value is (56,136,103). Sum of RGB (Red+Green+Blue) = 56+136+103=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #388867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388867 is #C77798. Grayscale: #6C6C6C. Windows color (decimal): -13072281 or 6785080. OLE color: 6785080.

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

Color convert

RGB56136103-
CMYK0.5900.240.47
HSL155.25º41.67%37.65%-
HSV(B)155.25º58.82%53.33%-
XYZ12.8819.4315.9-
YUV108.3212590.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=18.98%
G=46.10%
B=34.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561361030.5900.240.47155.2541.6737.65
Hex3888673B0182F9b2a26
Octal7021014773030572335246
Binary11100010001000110011111101101100010111110011011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388867; }

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

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

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

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

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

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

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

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