#38876A

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

Shades of Viridian #38876A

Tints of Viridian #38876A

Color information

#38876A (or 0x38876A) is unknown color: approx Viridian. HEX triplet: 38, 87 and 6A. RGB value is (56,135,106). Sum of RGB (Red+Green+Blue) = 56+135+106=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #38876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38876A is #C77895. Grayscale: #6C6C6C. Windows color (decimal): -13072534 or 6981432. OLE color: 6981432.

HSL color Cylindrical-coordinate representation of color #38876A: hue angle of 157.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38876A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB56135106-
CMYK0.5900.210.47
HSL157.97º41.36%37.45%-
HSV(B)157.97º58.52%52.94%-
XYZ12.919.2116.66-
YUV108.07126.8390.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.86%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=18.86%
G=45.45%
B=35.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561351060.5900.210.47157.9741.3637.45
Hex38876A3B0152F9e2925
Octal7020715273025572365145
Binary11100010000111110101011101101010110111110011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38876A; }

 p { color: rgb(56,135,106); }

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

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

 a { background-color: rgb(56,135,106); }

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

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

 span { border-color: rgb(56,135,106); }

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