#378765

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

Shades of Viridian #378765

Tints of Viridian #378765

Color information

#378765 (or 0x378765) is unknown color: approx Viridian. HEX triplet: 37, 87 and 65. RGB value is (55,135,101). Sum of RGB (Red+Green+Blue) = 55+135+101=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #378765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378765 is #C8789A. Grayscale: #6B6B6B. Windows color (decimal): -13138075 or 6653751. OLE color: 6653751.

HSL color Cylindrical-coordinate representation of color #378765: hue angle of 154.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378765 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB55135101-
CMYK0.5900.250.47
HSL154.5º42.11%37.25%-
HSV(B)154.5º59.26%52.94%-
XYZ12.5919.0815.33-
YUV107.2124.590.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=18.90%
G=46.39%
B=34.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351010.5900.250.47154.542.1137.25
Hex3787653B0192F9a2a25
Octal6720714573031572325245
Binary11011110000111110010111101101100110111110011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378765; }

 p { color: rgb(55,135,101); }

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

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

 a { background-color: rgb(55,135,101); }

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

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

 span { border-color: rgb(55,135,101); }

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