#368267

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

Shades of Viridian #368267

Tints of Viridian #368267

Color information

#368267 (or 0x368267) is unknown color: approx Viridian. HEX triplet: 36, 82 and 67. RGB value is (54,130,103). Sum of RGB (Red+Green+Blue) = 54+130+103=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #368267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368267 is #C97D98. Grayscale: #686868. Windows color (decimal): -13204889 or 6783542. OLE color: 6783542.

HSL color Cylindrical-coordinate representation of color #368267: hue angle of 158.68º 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 #368267 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB54130103-
CMYK0.5800.210.49
HSL158.68º41.3%36.08%-
HSV(B)158.68º58.46%50.98%-
XYZ11.9517.7315.62-
YUV104.2127.3292.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=18.82%
G=45.30%
B=35.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301030.5800.210.49158.6841.336.08
Hex3682673A015319f2924
Octal6620214772025612375144
Binary11011010000010110011111101001010111000110011111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368267; }

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

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

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

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

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

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

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

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