#38816B

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

Shades of Viridian #38816B

Tints of Viridian #38816B

Color information

#38816B (or 0x38816B) is unknown color: approx Viridian. HEX triplet: 38, 81 and 6B. RGB value is (56,129,107). Sum of RGB (Red+Green+Blue) = 56+129+107=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #38816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38816B is #C77E94. Grayscale: #686868. Windows color (decimal): -13074069 or 7045432. OLE color: 7045432.

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

Color convert

RGB56129107-
CMYK0.5700.170.49
HSL161.92º39.46%36.27%-
HSV(B)161.92º56.59%50.59%-
XYZ12.1317.616.67-
YUV104.66129.3293.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=19.18%
G=44.18%
B=36.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291070.5700.170.49161.9239.4636.27
Hex38816B3901131a22724
Octal7020115371021612424744
Binary11100010000001110101111100101000111000110100010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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