#338367

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

Shades of Viridian #338367

Tints of Viridian #338367

Color information

#338367 (or 0x338367) is unknown color: approx Viridian. HEX triplet: 33, 83 and 67. RGB value is (51,131,103). Sum of RGB (Red+Green+Blue) = 51+131+103=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #338367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338367 is #CC7C98. Grayscale: #676767. Windows color (decimal): -13401241 or 6783795. OLE color: 6783795.

HSL color Cylindrical-coordinate representation of color #338367: hue angle of 159º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338367 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB51131103-
CMYK0.6100.210.49
HSL159º43.96%35.69%-
HSV(B)159º61.07%51.37%-
XYZ11.9317.9215.66-
YUV103.89127.590.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=17.89%
G=45.96%
B=36.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511311030.6100.210.4915943.9635.69
Hex3383673D015319f2c24
Octal6320314775025612375444
Binary11001110000011110011111110101010111000110011111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338367; }

 p { color: rgb(51,131,103); }

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

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

 a { background-color: rgb(51,131,103); }

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

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

 span { border-color: rgb(51,131,103); }

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