#38816E

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

Shades of Viridian #38816E

Tints of Viridian #38816E

Color information

#38816E (or 0x38816E) is unknown color: approx Viridian. HEX triplet: 38, 81 and 6E. RGB value is (56,129,110). Sum of RGB (Red+Green+Blue) = 56+129+110=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #38816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38816E is #C77E91. Grayscale: #696969. Windows color (decimal): -13074066 or 7242040. OLE color: 7242040.

HSL color Cylindrical-coordinate representation of color #38816E: hue angle of 164.38º degrees, saturation: 0.39, 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 #38816E is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB56129110-
CMYK0.5700.150.49
HSL164.38º39.46%36.27%-
HSV(B)164.38º56.59%50.59%-
XYZ12.317.6717.51-
YUV105.01130.8293.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=18.98%
G=43.73%
B=37.29%

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
Decimal561291100.5700.150.49164.3839.4636.27
Hex38816E390F31a42724
Octal7020115671017612444744
Binary1110001000000111011101110010111111000110100100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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