#398269

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

Shades of Viridian #398269

Tints of Viridian #398269

Color information

#398269 (or 0x398269) is unknown color: approx Viridian. HEX triplet: 39, 82 and 69. RGB value is (57,130,105). Sum of RGB (Red+Green+Blue) = 57+130+105=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #398269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398269 is #C67D96. Grayscale: #696969. Windows color (decimal): -13008279 or 6914617. OLE color: 6914617.

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

Color convert

RGB57130105-
CMYK0.5600.190.49
HSL159.45º39.04%36.67%-
HSV(B)159.45º56.15%50.98%-
XYZ12.2217.8616.17-
YUV105.32127.8293.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=19.52%
G=44.52%
B=35.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571301050.5600.190.49159.4539.0436.67
Hex39826938013319f2725
Octal7120215170023612374745
Binary11100110000010110100111100001001111000110011111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398269; }

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

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

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

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

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

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

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

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