#38856A

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

Shades of Viridian #38856A

Tints of Viridian #38856A

Color information

#38856A (or 0x38856A) is unknown color: approx Viridian. HEX triplet: 38, 85 and 6A. RGB value is (56,133,106). Sum of RGB (Red+Green+Blue) = 56+133+106=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #38856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38856A is #C77A95. Grayscale: #6A6A6A. Windows color (decimal): -13073046 or 6980920. OLE color: 6980920.

HSL color Cylindrical-coordinate representation of color #38856A: hue angle of 158.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38856A is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB56133106-
CMYK0.5800.200.48
HSL158.96º40.74%37.06%-
HSV(B)158.96º57.89%52.16%-
XYZ12.6218.6616.57-
YUV106.9127.4991.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=18.98%
G=45.08%
B=35.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331060.5800.200.48158.9640.7437.06
Hex38856A3A014309f2925
Octal7020515272024602375145
Binary11100010000101110101011101001010011000010011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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