#378566

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

Shades of Viridian #378566

Tints of Viridian #378566

Color information

#378566 (or 0x378566) is unknown color: approx Viridian. HEX triplet: 37, 85 and 66. RGB value is (55,133,102). Sum of RGB (Red+Green+Blue) = 55+133+102=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #378566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378566 is #C87A99. Grayscale: #6A6A6A. Windows color (decimal): -13138586 or 6718775. OLE color: 6718775.

HSL color Cylindrical-coordinate representation of color #378566: hue angle of 156.15º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378566 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB55133102-
CMYK0.5900.230.48
HSL156.15º41.49%36.86%-
HSV(B)156.15º58.65%52.16%-
XYZ12.3618.5515.5-
YUV106.14125.6691.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=18.97%
G=45.86%
B=35.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551331020.5900.230.48156.1541.4936.86
Hex3785663B017309c2925
Octal6720514673027602345145
Binary11011110000101110011011101101011111000010011100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378566; }

 p { color: rgb(55,133,102); }

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

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

 a { background-color: rgb(55,133,102); }

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

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

 span { border-color: rgb(55,133,102); }

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