#38765F

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

Shades of Viridian #38765F

Tints of Viridian #38765F

Color information

#38765F (or 0x38765F) is unknown color: approx Viridian. HEX triplet: 38, 76 and 5F. RGB value is (56,118,95). Sum of RGB (Red+Green+Blue) = 56+118+95=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #38765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38765F is #C789A0. Grayscale: #606060. Windows color (decimal): -13076897 or 6256184. OLE color: 6256184.

HSL color Cylindrical-coordinate representation of color #38765F: hue angle of 157.74º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38765F is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB5611895-
CMYK0.5300.190.54
HSL157.74º35.63%34.12%-
HSV(B)157.74º52.54%46.27%-
XYZ10.1714.6213.11-
YUV96.84126.9698.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=20.82%
G=43.87%
B=35.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118950.5300.190.54157.7435.6334.12
Hex38765F35013369e2422
Octal7016613765023662364442
Binary1110001110110101111111010101001111011010011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38765F; }

 p { color: rgb(56,118,95); }

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

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

 a { background-color: rgb(56,118,95); }

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

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

 span { border-color: rgb(56,118,95); }

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