#368467

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

Shades of Viridian #368467

Tints of Viridian #368467

Color information

#368467 (or 0x368467) is unknown color: approx Viridian. HEX triplet: 36, 84 and 67. RGB value is (54,132,103). Sum of RGB (Red+Green+Blue) = 54+132+103=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #368467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368467 is #C97B98. Grayscale: #696969. Windows color (decimal): -13204377 or 6784054. OLE color: 6784054.

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

Color convert

RGB54132103-
CMYK0.5900.220.48
HSL157.69º41.94%36.47%-
HSV(B)157.69º59.09%51.76%-
XYZ12.2218.2715.71-
YUV105.37126.6691.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=18.69%
G=45.67%
B=35.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541321030.5900.220.48157.6941.9436.47
Hex3684673B016309e2a24
Octal6620414773026602365244
Binary11011010000100110011111101101011011000010011110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368467; }

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

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

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

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

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

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

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

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