#338269

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

Shades of Viridian #338269

Tints of Viridian #338269

Color information

#338269 (or 0x338269) is unknown color: approx Viridian. HEX triplet: 33, 82 and 69. RGB value is (51,130,105). Sum of RGB (Red+Green+Blue) = 51+130+105=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #338269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338269 is #CC7D96. Grayscale: #676767. Windows color (decimal): -13401495 or 6914611. OLE color: 6914611.

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

Color convert

RGB51130105-
CMYK0.6100.190.49
HSL161.01º43.65%35.49%-
HSV(B)161.01º60.77%50.98%-
XYZ11.917.6916.15-
YUV103.53128.8390.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=17.83%
G=45.45%
B=36.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301050.6100.190.49161.0143.6535.49
Hex3382693D01331a12c23
Octal6320215175023612415443
Binary11001110000010110100111110101001111000110100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338269; }

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

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

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

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

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

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

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

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