#338469

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

Shades of Viridian #338469

Tints of Viridian #338469

Color information

#338469 (or 0x338469) is unknown color: approx Viridian. HEX triplet: 33, 84 and 69. RGB value is (51,132,105). Sum of RGB (Red+Green+Blue) = 51+132+105=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #338469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338469 is #CC7B96. Grayscale: #686868. Windows color (decimal): -13400983 or 6915123. OLE color: 6915123.

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

Color convert

RGB51132105-
CMYK0.6100.200.48
HSL160º44.26%35.88%-
HSV(B)160º61.36%51.76%-
XYZ12.1718.2316.24-
YUV104.7128.1689.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=17.71%
G=45.83%
B=36.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511321050.6100.200.4816044.2635.88
Hex3384693D01430a02c24
Octal6320415175024602405444
Binary11001110000100110100111110101010011000010100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338469; }

 p { color: rgb(51,132,105); }

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

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

 a { background-color: rgb(51,132,105); }

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

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

 span { border-color: rgb(51,132,105); }

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