#38826E

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

Shades of Viridian #38826E

Tints of Viridian #38826E

Color information

#38826E (or 0x38826E) is unknown color: approx Viridian. HEX triplet: 38, 82 and 6E. RGB value is (56,130,110). Sum of RGB (Red+Green+Blue) = 56+130+110=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #38826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38826E is #C77D91. Grayscale: #696969. Windows color (decimal): -13073810 or 7242296. OLE color: 7242296.

HSL color Cylindrical-coordinate representation of color #38826E: hue angle of 163.78º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38826E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB56130110-
CMYK0.5700.150.49
HSL163.78º39.78%36.47%-
HSV(B)163.78º56.92%50.98%-
XYZ12.4317.9317.56-
YUV105.59130.4892.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=18.92%
G=43.92%
B=37.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301100.5700.150.49163.7839.7836.47
Hex38826E390F31a42824
Octal7020215671017612445044
Binary1110001000001011011101110010111111000110100100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38826E; }

 p { color: rgb(56,130,110); }

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

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

 a { background-color: rgb(56,130,110); }

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

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

 span { border-color: rgb(56,130,110); }

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