#378268

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

Shades of Viridian #378268

Tints of Viridian #378268

Color information

#378268 (or 0x378268) is unknown color: approx Viridian. HEX triplet: 37, 82 and 68. RGB value is (55,130,104). Sum of RGB (Red+Green+Blue) = 55+130+104=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #378268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378268 is #C87D97. Grayscale: #686868. Windows color (decimal): -13139352 or 6849079. OLE color: 6849079.

HSL color Cylindrical-coordinate representation of color #378268: hue angle of 159.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378268 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB55130104-
CMYK0.5800.20.49
HSL159.2º40.54%36.27%-
HSV(B)159.2º57.69%50.98%-
XYZ12.0617.7815.89-
YUV104.61127.6592.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=19.03%
G=44.98%
B=35.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551301040.5800.20.49159.240.5436.27
Hex3782683A014319f2924
Octal6720215072024612375144
Binary11011110000010110100011101001010011000110011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378268; }

 p { color: rgb(55,130,104); }

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

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

 a { background-color: rgb(55,130,104); }

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

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

 span { border-color: rgb(55,130,104); }

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