#38856F

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

Shades of Viridian #38856F

Tints of Viridian #38856F

Color information

#38856F (or 0x38856F) is unknown color: approx Viridian. HEX triplet: 38, 85 and 6F. RGB value is (56,133,111). Sum of RGB (Red+Green+Blue) = 56+133+111=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #38856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38856F is #C77A90. Grayscale: #6B6B6B. Windows color (decimal): -13073041 or 7308600. OLE color: 7308600.

HSL color Cylindrical-coordinate representation of color #38856F: hue angle of 162.86º 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 #38856F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB56133111-
CMYK0.5800.170.48
HSL162.86º40.74%37.06%-
HSV(B)162.86º57.89%52.16%-
XYZ12.8918.7617.98-
YUV107.47129.9991.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 111 (43.75% from 255) = 37%
R=18.67%
G=44.33%
B=37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331110.5800.170.48162.8640.7437.06
Hex38856F3A01130a32925
Octal7020515772021602435145
Binary11100010000101110111111101001000111000010100011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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