#378467

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

Shades of Viridian #378467

Tints of Viridian #378467

Color information

#378467 (or 0x378467) is unknown color: approx Viridian. HEX triplet: 37, 84 and 67. RGB value is (55,132,103). Sum of RGB (Red+Green+Blue) = 55+132+103=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #378467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378467 is #C87B98. Grayscale: #696969. Windows color (decimal): -13138841 or 6784055. OLE color: 6784055.

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

Color convert

RGB55132103-
CMYK0.5800.220.48
HSL157.4º41.18%36.67%-
HSV(B)157.4º58.33%51.76%-
XYZ12.2718.2915.72-
YUV105.67126.4991.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=18.97%
G=45.52%
B=35.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551321030.5800.220.48157.441.1836.67
Hex3784673A016309d2925
Octal6720414772026602355145
Binary11011110000100110011111101001011011000010011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378467; }

 p { color: rgb(55,132,103); }

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

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

 a { background-color: rgb(55,132,103); }

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

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

 span { border-color: rgb(55,132,103); }

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