#38816A

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

Shades of Viridian #38816A

Tints of Viridian #38816A

Color information

#38816A (or 0x38816A) is unknown color: approx Viridian. HEX triplet: 38, 81 and 6A. RGB value is (56,129,106). Sum of RGB (Red+Green+Blue) = 56+129+106=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #38816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38816A is #C77E95. Grayscale: #686868. Windows color (decimal): -13074070 or 6979896. OLE color: 6979896.

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

Color convert

RGB56129106-
CMYK0.5700.180.49
HSL161.1º39.46%36.27%-
HSV(B)161.1º56.59%50.59%-
XYZ12.0817.5816.39-
YUV104.55128.8293.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=19.24%
G=44.33%
B=36.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291060.5700.180.49161.139.4636.27
Hex38816A3901231a12724
Octal7020115271022612414744
Binary11100010000001110101011100101001011000110100001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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