#368067

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

Shades of Viridian #368067

Tints of Viridian #368067

Color information

#368067 (or 0x368067) is unknown color: approx Viridian. HEX triplet: 36, 80 and 67. RGB value is (54,128,103). Sum of RGB (Red+Green+Blue) = 54+128+103=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #368067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368067 is #C97F98. Grayscale: #676767. Windows color (decimal): -13205401 or 6783030. OLE color: 6783030.

HSL color Cylindrical-coordinate representation of color #368067: hue angle of 159.73º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368067 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB54128103-
CMYK0.5800.200.50
HSL159.73º40.66%35.69%-
HSV(B)159.73º57.81%50.2%-
XYZ11.6917.215.54-
YUV103.02127.9893.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=18.95%
G=44.91%
B=36.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281030.5800.200.50159.7340.6635.69
Hex3680673A01432a02924
Octal6620014772024622405144
Binary11011010000000110011111101001010011001010100000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368067; }

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

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

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

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

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

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

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

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